Html Css Color HEX #DD413F Cinnabar

📋 copy color: '#DD413F'

red 221 ◦ green 65 ◦ blue 63

#DD413F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cinnabar #DD413F

Tints of Cinnabar #DD413F

RGB

 RED value IS 221 (86.72% from 255) = 63.32%

 GREEN value IS 65 (25.78% from 255) = 18.62%

 BLUE value IS 63 (25% from 255) = 18.05%

R = 63.32%
G = 18.62%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.71

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DD413F (or 0xDD413F) is known color: Cinnabar. HEX triplet: DD, 41 and 3F. RGB value is (221,65,63). Sum of RGB (Red+Green+Blue) = 221+65+63=349 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.32% from 349); Green value is 65 (25.78% from 255 or 18.62% from 349); Blue value is 63 (25% from 255 or 18.05% from 349); Max value from RGB is 221 - color contains mainly: red. Hex color #DD413F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD413F is #22BEC0. Grayscale: #6F6F6F. Windows color (decimal): -2277057 or 4145629. OLE color: 4145629.

HSL color Cylindrical-coordinate representation of color #DD413F: hue angle of 0.76º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD413F is Cyan = 0, Magento = 0.71, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 65 63 -
CMYK 0 0.71 0.71 0.13
HSL 0.76º 0.7% 0.56% -
HSV(B) 0.76º 0.71% 0.87% -
XYZ 32.61 19.51 6.75 -
YUV 111.42 100.68 206.16 -
System Red Green Blue C M Y K H S L
Decimal 221 65 63 0 0.71 0.71 0.13 0.76 0.7 0.56
Hex DD 41 3F 0 47 47 D 1 46 38
Octal 335 101 77 0 107 107 15 1 106 70
Binary 11011101 1000001 111111 0 1000111 1000111 1101 1 1000110 111000

Color Harmonies of #DD413F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD413F

Black with #DD413F

Text Example


Text Example

White with #DD413F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD413F; }

 p { color: rgb(221,65,63); }

 H1.HeaderClassName
 {
   color: #DD413F;
 }
 .AnyTagClassName
 {
   color: #DD413F;
 }
</style>

background-color css

<style>
 a { background-color: #DD413F; }

 a { background-color: rgb(221,65,63); }

 div.DivClassName
 {
   background-color: #DD413F;
 }
 .BgClassName
 {
   background-color: #DD413F;
 }
</style>

border-color css

<style>
 span { border-color: #DD413F; }

 span { border-color: rgb(221,65,63); }

 td.TdClassName
 {
   border-color: #DD413F;
 }
 .TagClassName
 {
   border-color: #DD413F;
 }
</style>