Html Css Color HEX #DC442F Cinnabar

📋 copy color: '#DC442F'

red 220 ◦ green 68 ◦ blue 47

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

Shades of Cinnabar #DC442F

Tints of Cinnabar #DC442F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.03%

R = 65.67%
G = 20.3%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DC442F (or 0xDC442F) is known color: Cinnabar. HEX triplet: DC, 44 and 2F. RGB value is (220,68,47). Sum of RGB (Red+Green+Blue) = 220+68+47=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 68 (26.95% from 255 or 20.30% from 335); Blue value is 47 (18.75% from 255 or 14.03% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC442F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC442F is #23BBD0. Grayscale: #6F6F6F. Windows color (decimal): -2341841 or 3097820. OLE color: 3097820.

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

Color convert

RGB 220 68 47 -
CMYK 0 0.69 0.79 0.14
HSL 7.28º 0.71% 0.52% -
HSV(B) 7.28º 0.79% 0.86% -
XYZ 32.1 19.56 4.77 -
YUV 111.05 91.86 205.71 -
System Red Green Blue C M Y K H S L
Decimal 220 68 47 0 0.69 0.79 0.14 7.28 0.71 0.52
Hex DC 44 2F 0 45 4F E 7 47 34
Octal 334 104 57 0 105 117 16 7 107 64
Binary 11011100 1000100 101111 0 1000101 1001111 1110 111 1000111 110100

Color Harmonies of #DC442F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC442F

Black with #DC442F

Text Example


Text Example

White with #DC442F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC442F; }

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

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

background-color css

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

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

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

border-color css

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

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

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