Html Css Color HEX #DC4427 Cinnabar

📋 copy color: '#DC4427'

red 220 ◦ green 68 ◦ blue 39

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

Shades of Cinnabar #DC4427

Tints of Cinnabar #DC4427

RGB

 RED value IS 220 (86.33% from 255) = 67.28%

 GREEN value IS 68 (26.95% from 255) = 20.8%

 BLUE value IS 39 (15.63% from 255) = 11.93%

R = 67.28%
G = 20.8%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DC4427 (or 0xDC4427) is known color: Cinnabar. HEX triplet: DC, 44 and 27. RGB value is (220,68,39). Sum of RGB (Red+Green+Blue) = 220+68+39=327 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.28% from 327); Green value is 68 (26.95% from 255 or 20.80% from 327); Blue value is 39 (15.62% from 255 or 11.93% from 327); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4427 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4427 is #23BBD8. Grayscale: #6E6E6E. Windows color (decimal): -2341849 or 2573532. OLE color: 2573532.

HSL color Cylindrical-coordinate representation of color #DC4427: hue angle of 9.61º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC4427 is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 68 39 -
CMYK 0 0.69 0.82 0.14
HSL 9.61º 0.72% 0.51% -
HSV(B) 9.61º 0.82% 0.86% -
XYZ 31.95 19.5 4 -
YUV 110.14 87.86 206.36 -
System Red Green Blue C M Y K H S L
Decimal 220 68 39 0 0.69 0.82 0.14 9.61 0.72 0.51
Hex DC 44 27 0 45 52 E A 48 33
Octal 334 104 47 0 105 122 16 12 110 63
Binary 11011100 1000100 100111 0 1000101 1010010 1110 1010 1001000 110011

Color Harmonies of #DC4427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4427

Black with #DC4427

Text Example


Text Example

White with #DC4427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4427; }

 p { color: rgb(220,68,39); }

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

background-color css

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

 a { background-color: rgb(220,68,39); }

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

border-color css

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

 span { border-color: rgb(220,68,39); }

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