Html Css Color HEX #DC402F Cinnabar

📋 copy color: '#DC402F'

red 220 ◦ green 64 ◦ blue 47

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

Shades of Cinnabar #DC402F

Tints of Cinnabar #DC402F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.34%

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

R = 66.47%
G = 19.34%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DC402F (or 0xDC402F) is known color: Cinnabar. HEX triplet: DC, 40 and 2F. RGB value is (220,64,47). Sum of RGB (Red+Green+Blue) = 220+64+47=331 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.47% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 47 (18.75% from 255 or 14.20% from 331); Max value from RGB is 220 - color contains mainly: red. Hex color #DC402F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC402F is #23BFD0. Grayscale: #6C6C6C. Windows color (decimal): -2342865 or 3096796. OLE color: 3096796.

HSL color Cylindrical-coordinate representation of color #DC402F: hue angle of 5.9º 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 #DC402F is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 64 47 -
CMYK 0 0.71 0.79 0.14
HSL 5.9º 0.71% 0.52% -
HSV(B) 5.9º 0.79% 0.86% -
XYZ 31.86 19.09 4.69 -
YUV 108.71 93.18 207.38 -
System Red Green Blue C M Y K H S L
Decimal 220 64 47 0 0.71 0.79 0.14 5.9 0.71 0.52
Hex DC 40 2F 0 47 4F E 6 47 34
Octal 334 100 57 0 107 117 16 6 107 64
Binary 11011100 1000000 101111 0 1000111 1001111 1110 110 1000111 110100

Color Harmonies of #DC402F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC402F

Black with #DC402F

Text Example


Text Example

White with #DC402F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC402F; }

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

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

background-color css

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

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

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

border-color css

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

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

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