Html Css Color HEX #DC4826 Cinnabar

📋 copy color: '#DC4826'

red 220 ◦ green 72 ◦ blue 38

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

Shades of Cinnabar #DC4826

Tints of Cinnabar #DC4826

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.82%

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

R = 66.67%
G = 21.82%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DC4826 (or 0xDC4826) is known color: Cinnabar. HEX triplet: DC, 48 and 26. RGB value is (220,72,38). Sum of RGB (Red+Green+Blue) = 220+72+38=330 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.67% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 38 (15.23% from 255 or 11.52% from 330); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4826 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4826 is #23B7D9. Grayscale: #707070. Windows color (decimal): -2340826 or 2509020. OLE color: 2509020.

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

Color convert

RGB 220 72 38 -
CMYK 0 0.67 0.83 0.14
HSL 11.21º 0.72% 0.51% -
HSV(B) 11.21º 0.83% 0.86% -
XYZ 32.18 19.99 4 -
YUV 112.38 86.03 204.76 -
System Red Green Blue C M Y K H S L
Decimal 220 72 38 0 0.67 0.83 0.14 11.21 0.72 0.51
Hex DC 48 26 0 43 53 E B 48 33
Octal 334 110 46 0 103 123 16 13 110 63
Binary 11011100 1001000 100110 0 1000011 1010011 1110 1011 1001000 110011

Color Harmonies of #DC4826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4826

Black with #DC4826

Text Example


Text Example

White with #DC4826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4826; }

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

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

background-color css

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

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

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

border-color css

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

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

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