Html Css Color HEX #DA3928 Cinnabar

📋 copy color: '#DA3928'

red 218 ◦ green 57 ◦ blue 40

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

Shades of Cinnabar #DA3928

Tints of Cinnabar #DA3928

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.1%

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

R = 69.21%
G = 18.1%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DA3928 (or 0xDA3928) is known color: Cinnabar. HEX triplet: DA, 39 and 28. RGB value is (218,57,40). Sum of RGB (Red+Green+Blue) = 218+57+40=315 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.21% from 315); Green value is 57 (22.66% from 255 or 18.10% from 315); Blue value is 40 (16.02% from 255 or 12.70% from 315); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3928 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3928 is #25C6D7. Grayscale: #676767. Windows color (decimal): -2475736 or 2636250. OLE color: 2636250.

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

Color convert

RGB 218 57 40 -
CMYK 0 0.74 0.82 0.15
HSL 5.73º 0.71% 0.51% -
HSV(B) 5.73º 0.82% 0.85% -
XYZ 30.76 17.98 3.86 -
YUV 103.2 92.34 209.88 -
System Red Green Blue C M Y K H S L
Decimal 218 57 40 0 0.74 0.82 0.15 5.73 0.71 0.51
Hex DA 39 28 0 4A 52 F 6 47 33
Octal 332 71 50 0 112 122 17 6 107 63
Binary 11011010 111001 101000 0 1001010 1010010 1111 110 1000111 110011

Color Harmonies of #DA3928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3928

Black with #DA3928

Text Example


Text Example

White with #DA3928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3928; }

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

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

background-color css

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

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

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

border-color css

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

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

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