Html Css Color HEX #DC3426 Cinnabar

📋 copy color: '#DC3426'

red 220 ◦ green 52 ◦ blue 38

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

Shades of Cinnabar #DC3426

Tints of Cinnabar #DC3426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.26%

R = 70.97%
G = 16.77%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DC3426 (or 0xDC3426) is known color: Cinnabar. HEX triplet: DC, 34 and 26. RGB value is (220,52,38). Sum of RGB (Red+Green+Blue) = 220+52+38=310 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.97% from 310); Green value is 52 (20.70% from 255 or 16.77% from 310); Blue value is 38 (15.23% from 255 or 12.26% from 310); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3426 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3426 is #23CBD9. Grayscale: #646464. Windows color (decimal): -2345946 or 2503900. OLE color: 2503900.

HSL color Cylindrical-coordinate representation of color #DC3426: hue angle of 4.62º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC3426 is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 52 38 -
CMYK 0 0.76 0.83 0.14
HSL 4.62º 0.72% 0.51% -
HSV(B) 4.62º 0.83% 0.86% -
XYZ 31.09 17.81 3.63 -
YUV 100.64 92.66 213.14 -
System Red Green Blue C M Y K H S L
Decimal 220 52 38 0 0.76 0.83 0.14 4.62 0.72 0.51
Hex DC 34 26 0 4C 53 E 5 48 33
Octal 334 64 46 0 114 123 16 5 110 63
Binary 11011100 110100 100110 0 1001100 1010011 1110 101 1001000 110011

Color Harmonies of #DC3426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3426

Black with #DC3426

Text Example


Text Example

White with #DC3426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3426; }

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

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

background-color css

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

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

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

border-color css

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

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

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