Html Css Color HEX #DC4A23 Cinnabar

📋 copy color: '#DC4A23'

red 220 ◦ green 74 ◦ blue 35

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

Shades of Cinnabar #DC4A23

Tints of Cinnabar #DC4A23

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.49%

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

R = 66.87%
G = 22.49%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DC4A23 (or 0xDC4A23) is known color: Cinnabar. HEX triplet: DC, 4A and 23. RGB value is (220,74,35). Sum of RGB (Red+Green+Blue) = 220+74+35=329 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.87% from 329); Green value is 74 (29.30% from 255 or 22.49% from 329); Blue value is 35 (14.06% from 255 or 10.64% from 329); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4A23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4A23 is #23B5DC. Grayscale: #717171. Windows color (decimal): -2340317 or 2312924. OLE color: 2312924.

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

Color convert

RGB 220 74 35 -
CMYK 0 0.66 0.84 0.14
HSL 12.65º 0.73% 0.5% -
HSV(B) 12.65º 0.84% 0.86% -
XYZ 32.27 20.23 3.8 -
YUV 113.21 83.87 204.17 -
System Red Green Blue C M Y K H S L
Decimal 220 74 35 0 0.66 0.84 0.14 12.65 0.73 0.5
Hex DC 4A 23 0 42 54 E D 49 32
Octal 334 112 43 0 102 124 16 15 111 62
Binary 11011100 1001010 100011 0 1000010 1010100 1110 1101 1001001 110010

Color Harmonies of #DC4A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4A23

Black with #DC4A23

Text Example


Text Example

White with #DC4A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4A23; }

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

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

background-color css

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

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

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

border-color css

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

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

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