Html Css Color HEX #DA4828 Cinnabar

📋 copy color: '#DA4828'

red 218 ◦ green 72 ◦ blue 40

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

Shades of Cinnabar #DA4828

Tints of Cinnabar #DA4828

RGB

 RED value IS 218 (85.55% from 255) = 66.06%

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

 BLUE value IS 40 (16.02% from 255) = 12.12%

R = 66.06%
G = 21.82%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DA4828 (or 0xDA4828) is known color: Cinnabar. HEX triplet: DA, 48 and 28. RGB value is (218,72,40). Sum of RGB (Red+Green+Blue) = 218+72+40=330 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.06% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 40 (16.02% from 255 or 12.12% from 330); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4828 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4828 is #25B7D7. Grayscale: #707070. Windows color (decimal): -2471896 or 2640090. OLE color: 2640090.

HSL color Cylindrical-coordinate representation of color #DA4828: hue angle of 10.79º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA4828 is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 72 40 -
CMYK 0 0.67 0.82 0.15
HSL 10.79º 0.71% 0.51% -
HSV(B) 10.79º 0.82% 0.85% -
XYZ 31.61 19.69 4.14 -
YUV 112.01 87.37 203.6 -
System Red Green Blue C M Y K H S L
Decimal 218 72 40 0 0.67 0.82 0.15 10.79 0.71 0.51
Hex DA 48 28 0 43 52 F B 47 33
Octal 332 110 50 0 103 122 17 13 107 63
Binary 11011010 1001000 101000 0 1000011 1010010 1111 1011 1000111 110011

Color Harmonies of #DA4828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4828

Black with #DA4828

Text Example


Text Example

White with #DA4828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4828; }

 p { color: rgb(218,72,40); }

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

background-color css

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

 a { background-color: rgb(218,72,40); }

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

border-color css

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

 span { border-color: rgb(218,72,40); }

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