Html Css Color HEX #DC3E28 Cinnabar

📋 copy color: '#DC3E28'

red 220 ◦ green 62 ◦ blue 40

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

Shades of Cinnabar #DC3E28

Tints of Cinnabar #DC3E28

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.25%

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

R = 68.32%
G = 19.25%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DC3E28 (or 0xDC3E28) is known color: Cinnabar. HEX triplet: DC, 3E and 28. RGB value is (220,62,40). Sum of RGB (Red+Green+Blue) = 220+62+40=322 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.32% from 322); Green value is 62 (24.61% from 255 or 19.25% from 322); Blue value is 40 (16.02% from 255 or 12.42% from 322); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3E28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3E28 is #23C1D7. Grayscale: #6A6A6A. Windows color (decimal): -2343384 or 2637532. OLE color: 2637532.

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

Color convert

RGB 220 62 40 -
CMYK 0 0.72 0.82 0.14
HSL 7.33º 0.72% 0.51% -
HSV(B) 7.33º 0.82% 0.86% -
XYZ 31.62 18.81 3.97 -
YUV 106.73 90.35 208.79 -
System Red Green Blue C M Y K H S L
Decimal 220 62 40 0 0.72 0.82 0.14 7.33 0.72 0.51
Hex DC 3E 28 0 48 52 E 7 48 33
Octal 334 76 50 0 110 122 16 7 110 63
Binary 11011100 111110 101000 0 1001000 1010010 1110 111 1001000 110011

Color Harmonies of #DC3E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3E28

Black with #DC3E28

Text Example


Text Example

White with #DC3E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3E28; }

 p { color: rgb(220,62,40); }

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

background-color css

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

 a { background-color: rgb(220,62,40); }

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

border-color css

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

 span { border-color: rgb(220,62,40); }

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