Html Css Color HEX #DD3F28 Cinnabar

📋 copy color: '#DD3F28'

red 221 ◦ green 63 ◦ blue 40

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

Shades of Cinnabar #DD3F28

Tints of Cinnabar #DD3F28

RGB

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

 GREEN value IS 63 (25% from 255) = 19.44%

 BLUE value IS 40 (16.02% from 255) = 12.35%

R = 68.21%
G = 19.44%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DD3F28 (or 0xDD3F28) is known color: Cinnabar. HEX triplet: DD, 3F and 28. RGB value is (221,63,40). Sum of RGB (Red+Green+Blue) = 221+63+40=324 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.21% from 324); Green value is 63 (25% from 255 or 19.44% from 324); Blue value is 40 (16.02% from 255 or 12.35% from 324); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3F28 is #22C0D7. Grayscale: #6B6B6B. Windows color (decimal): -2277592 or 2637789. OLE color: 2637789.

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

Color convert

RGB 221 63 40 -
CMYK 0 0.71 0.82 0.13
HSL 7.62º 0.73% 0.51% -
HSV(B) 7.62º 0.82% 0.87% -
XYZ 31.98 19.08 4 -
YUV 107.62 89.85 208.87 -
System Red Green Blue C M Y K H S L
Decimal 221 63 40 0 0.71 0.82 0.13 7.62 0.73 0.51
Hex DD 3F 28 0 47 52 D 8 49 33
Octal 335 77 50 0 107 122 15 10 111 63
Binary 11011101 111111 101000 0 1000111 1010010 1101 1000 1001001 110011

Color Harmonies of #DD3F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3F28

Black with #DD3F28

Text Example


Text Example

White with #DD3F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3F28; }

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

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

background-color css

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

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

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

border-color css

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

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

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