Html Css Color HEX #DC3A26 Cinnabar

📋 copy color: '#DC3A26'

red 220 ◦ green 58 ◦ blue 38

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

Shades of Cinnabar #DC3A26

Tints of Cinnabar #DC3A26

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.35%

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

R = 69.62%
G = 18.35%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DC3A26 (or 0xDC3A26) is known color: Cinnabar. HEX triplet: DC, 3A and 26. RGB value is (220,58,38). Sum of RGB (Red+Green+Blue) = 220+58+38=316 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.62% from 316); Green value is 58 (23.05% from 255 or 18.35% from 316); Blue value is 38 (15.23% from 255 or 12.03% from 316); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3A26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3A26 is #23C5D9. Grayscale: #686868. Windows color (decimal): -2344410 or 2505436. OLE color: 2505436.

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

Color convert

RGB 220 58 38 -
CMYK 0 0.74 0.83 0.14
HSL 6.59º 0.72% 0.51% -
HSV(B) 6.59º 0.83% 0.86% -
XYZ 31.38 18.38 3.73 -
YUV 104.16 90.67 210.63 -
System Red Green Blue C M Y K H S L
Decimal 220 58 38 0 0.74 0.83 0.14 6.59 0.72 0.51
Hex DC 3A 26 0 4A 53 E 7 48 33
Octal 334 72 46 0 112 123 16 7 110 63
Binary 11011100 111010 100110 0 1001010 1010011 1110 111 1001000 110011

Color Harmonies of #DC3A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3A26

Black with #DC3A26

Text Example


Text Example

White with #DC3A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3A26; }

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

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

background-color css

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

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

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

border-color css

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

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

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