Html Css Color HEX #DA3E28 Cinnabar

📋 copy color: '#DA3E28'

red 218 ◦ green 62 ◦ blue 40

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

Shades of Cinnabar #DA3E28

Tints of Cinnabar #DA3E28

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.38%

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

R = 68.13%
G = 19.38%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DA3E28 (or 0xDA3E28) is known color: Cinnabar. HEX triplet: DA, 3E and 28. RGB value is (218,62,40). Sum of RGB (Red+Green+Blue) = 218+62+40=320 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.12% from 320); Green value is 62 (24.61% from 255 or 19.38% from 320); Blue value is 40 (16.02% from 255 or 12.5% from 320); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3E28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3E28 is #25C1D7. Grayscale: #6A6A6A. Windows color (decimal): -2474456 or 2637530. OLE color: 2637530.

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

Color convert

RGB 218 62 40 -
CMYK 0 0.72 0.82 0.15
HSL 7.42º 0.71% 0.51% -
HSV(B) 7.42º 0.82% 0.85% -
XYZ 31.02 18.5 3.94 -
YUV 106.14 90.68 207.79 -
System Red Green Blue C M Y K H S L
Decimal 218 62 40 0 0.72 0.82 0.15 7.42 0.71 0.51
Hex DA 3E 28 0 48 52 F 7 47 33
Octal 332 76 50 0 110 122 17 7 107 63
Binary 11011010 111110 101000 0 1001000 1010010 1111 111 1000111 110011

Color Harmonies of #DA3E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3E28

Black with #DA3E28

Text Example


Text Example

White with #DA3E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3E28; }

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

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

background-color css

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

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

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

border-color css

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

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

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