Html Css Color HEX #DC4233 Cinnabar

📋 copy color: '#DC4233'

red 220 ◦ green 66 ◦ blue 51

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

Shades of Cinnabar #DC4233

Tints of Cinnabar #DC4233

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.58%

 BLUE value IS 51 (20.31% from 255) = 15.13%

R = 65.28%
G = 19.58%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DC4233 (or 0xDC4233) is known color: Cinnabar. HEX triplet: DC, 42 and 33. RGB value is (220,66,51). Sum of RGB (Red+Green+Blue) = 220+66+51=337 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.28% from 337); Green value is 66 (26.17% from 255 or 19.58% from 337); Blue value is 51 (20.31% from 255 or 15.13% from 337); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4233 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4233 is #23BDCC. Grayscale: #6E6E6E. Windows color (decimal): -2342349 or 3359452. OLE color: 3359452.

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

Color convert

RGB 220 66 51 -
CMYK 0 0.7 0.77 0.14
HSL 5.33º 0.71% 0.53% -
HSV(B) 5.33º 0.77% 0.86% -
XYZ 32.06 19.35 5.18 -
YUV 110.34 94.52 206.22 -
System Red Green Blue C M Y K H S L
Decimal 220 66 51 0 0.7 0.77 0.14 5.33 0.71 0.53
Hex DC 42 33 0 46 4D E 5 47 35
Octal 334 102 63 0 106 115 16 5 107 65
Binary 11011100 1000010 110011 0 1000110 1001101 1110 101 1000111 110101

Color Harmonies of #DC4233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4233

Black with #DC4233

Text Example


Text Example

White with #DC4233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4233; }

 p { color: rgb(220,66,51); }

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

background-color css

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

 a { background-color: rgb(220,66,51); }

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

border-color css

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

 span { border-color: rgb(220,66,51); }

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