Html Css Color HEX #DC3C23 Cinnabar

📋 copy color: '#DC3C23'

red 220 ◦ green 60 ◦ blue 35

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

Shades of Cinnabar #DC3C23

Tints of Cinnabar #DC3C23

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.05%

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

R = 69.84%
G = 19.05%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DC3C23 (or 0xDC3C23) is known color: Cinnabar. HEX triplet: DC, 3C and 23. RGB value is (220,60,35). Sum of RGB (Red+Green+Blue) = 220+60+35=315 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.84% from 315); Green value is 60 (23.83% from 255 or 19.05% from 315); Blue value is 35 (14.06% from 255 or 11.11% from 315); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3C23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3C23 is #23C3DC. Grayscale: #696969. Windows color (decimal): -2343901 or 2309340. OLE color: 2309340.

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

Color convert

RGB 220 60 35 -
CMYK 0 0.73 0.84 0.14
HSL 8.11º 0.73% 0.5% -
HSV(B) 8.11º 0.84% 0.86% -
XYZ 31.43 18.57 3.52 -
YUV 104.99 88.51 210.03 -
System Red Green Blue C M Y K H S L
Decimal 220 60 35 0 0.73 0.84 0.14 8.11 0.73 0.5
Hex DC 3C 23 0 49 54 E 8 49 32
Octal 334 74 43 0 111 124 16 10 111 62
Binary 11011100 111100 100011 0 1001001 1010100 1110 1000 1001001 110010

Color Harmonies of #DC3C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3C23

Black with #DC3C23

Text Example


Text Example

White with #DC3C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3C23; }

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

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

background-color css

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

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

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

border-color css

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

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

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