Html Css Color HEX #DC3423 Cinnabar

📋 copy color: '#DC3423'

red 220 ◦ green 52 ◦ blue 35

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

Shades of Cinnabar #DC3423

Tints of Cinnabar #DC3423

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.94%

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

R = 71.66%
G = 16.94%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DC3423 (or 0xDC3423) is known color: Cinnabar. HEX triplet: DC, 34 and 23. RGB value is (220,52,35). Sum of RGB (Red+Green+Blue) = 220+52+35=307 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.66% from 307); Green value is 52 (20.70% from 255 or 16.94% from 307); Blue value is 35 (14.06% from 255 or 11.40% from 307); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3423 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3423 is #23CBDC. Grayscale: #646464. Windows color (decimal): -2345949 or 2307292. OLE color: 2307292.

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

Color convert

RGB 220 52 35 -
CMYK 0 0.76 0.84 0.14
HSL 5.51º 0.73% 0.5% -
HSV(B) 5.51º 0.84% 0.86% -
XYZ 31.05 17.79 3.39 -
YUV 100.29 91.16 213.38 -
System Red Green Blue C M Y K H S L
Decimal 220 52 35 0 0.76 0.84 0.14 5.51 0.73 0.5
Hex DC 34 23 0 4C 54 E 6 49 32
Octal 334 64 43 0 114 124 16 6 111 62
Binary 11011100 110100 100011 0 1001100 1010100 1110 110 1001001 110010

Color Harmonies of #DC3423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3423

Black with #DC3423

Text Example


Text Example

White with #DC3423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3423; }

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

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

background-color css

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

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

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

border-color css

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

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

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