Html Css Color HEX #DC3923 Cinnabar

📋 copy color: '#DC3923'

red 220 ◦ green 57 ◦ blue 35

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

Shades of Cinnabar #DC3923

Tints of Cinnabar #DC3923

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.27%

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

R = 70.51%
G = 18.27%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DC3923 (or 0xDC3923) is known color: Cinnabar. HEX triplet: DC, 39 and 23. RGB value is (220,57,35). Sum of RGB (Red+Green+Blue) = 220+57+35=312 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.51% from 312); Green value is 57 (22.66% from 255 or 18.27% from 312); Blue value is 35 (14.06% from 255 or 11.22% from 312); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3923 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3923 is #23C6DC. Grayscale: #676767. Windows color (decimal): -2344669 or 2308572. OLE color: 2308572.

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

Color convert

RGB 220 57 35 -
CMYK 0 0.74 0.84 0.14
HSL 7.14º 0.73% 0.5% -
HSV(B) 7.14º 0.84% 0.86% -
XYZ 31.28 18.26 3.47 -
YUV 103.23 89.5 211.29 -
System Red Green Blue C M Y K H S L
Decimal 220 57 35 0 0.74 0.84 0.14 7.14 0.73 0.5
Hex DC 39 23 0 4A 54 E 7 49 32
Octal 334 71 43 0 112 124 16 7 111 62
Binary 11011100 111001 100011 0 1001010 1010100 1110 111 1001001 110010

Color Harmonies of #DC3923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3923

Black with #DC3923

Text Example


Text Example

White with #DC3923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3923; }

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

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

background-color css

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

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

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

border-color css

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

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

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