Html Css Color HEX #DC4323 Cinnabar

📋 copy color: '#DC4323'

red 220 ◦ green 67 ◦ blue 35

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

Shades of Cinnabar #DC4323

Tints of Cinnabar #DC4323

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.81%

 BLUE value IS 35 (14.06% from 255) = 10.87%

R = 68.32%
G = 20.81%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DC4323 (or 0xDC4323) is known color: Cinnabar. HEX triplet: DC, 43 and 23. RGB value is (220,67,35). Sum of RGB (Red+Green+Blue) = 220+67+35=322 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.32% from 322); Green value is 67 (26.56% from 255 or 20.81% from 322); Blue value is 35 (14.06% from 255 or 10.87% from 322); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4323 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4323 is #23BCDC. Grayscale: #6D6D6D. Windows color (decimal): -2342109 or 2311132. OLE color: 2311132.

HSL color Cylindrical-coordinate representation of color #DC4323: hue angle of 10.38º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC4323 is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 67 35 -
CMYK 0 0.70 0.84 0.14
HSL 10.38º 0.73% 0.5% -
HSV(B) 10.38º 0.84% 0.86% -
XYZ 31.83 19.35 3.65 -
YUV 109.1 86.19 207.1 -
System Red Green Blue C M Y K H S L
Decimal 220 67 35 0 0.70 0.84 0.14 10.38 0.73 0.5
Hex DC 43 23 0 46 54 E A 49 32
Octal 334 103 43 0 106 124 16 12 111 62
Binary 11011100 1000011 100011 0 1000110 1010100 1110 1010 1001001 110010

Color Harmonies of #DC4323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4323

Black with #DC4323

Text Example


Text Example

White with #DC4323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4323; }

 p { color: rgb(220,67,35); }

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

background-color css

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

 a { background-color: rgb(220,67,35); }

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

border-color css

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

 span { border-color: rgb(220,67,35); }

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