Html Css Color HEX #DC4923 Cinnabar

📋 copy color: '#DC4923'

red 220 ◦ green 73 ◦ blue 35

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

Shades of Cinnabar #DC4923

Tints of Cinnabar #DC4923

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.26%

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

R = 67.07%
G = 22.26%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DC4923 (or 0xDC4923) is known color: Cinnabar. HEX triplet: DC, 49 and 23. RGB value is (220,73,35). Sum of RGB (Red+Green+Blue) = 220+73+35=328 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.07% from 328); Green value is 73 (28.91% from 255 or 22.26% from 328); Blue value is 35 (14.06% from 255 or 10.67% from 328); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4923 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4923 is #23B6DC. Grayscale: #707070. Windows color (decimal): -2340573 or 2312668. OLE color: 2312668.

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

Color convert

RGB 220 73 35 -
CMYK 0 0.67 0.84 0.14
HSL 12.32º 0.73% 0.5% -
HSV(B) 12.32º 0.84% 0.86% -
XYZ 32.2 20.1 3.77 -
YUV 112.62 84.2 204.59 -
System Red Green Blue C M Y K H S L
Decimal 220 73 35 0 0.67 0.84 0.14 12.32 0.73 0.5
Hex DC 49 23 0 43 54 E C 49 32
Octal 334 111 43 0 103 124 16 14 111 62
Binary 11011100 1001001 100011 0 1000011 1010100 1110 1100 1001001 110010

Color Harmonies of #DC4923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4923

Black with #DC4923

Text Example


Text Example

White with #DC4923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4923; }

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

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

background-color css

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

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

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

border-color css

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

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

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