Html Css Color HEX #DA3E37 Cinnabar

📋 copy color: '#DA3E37'

red 218 ◦ green 62 ◦ blue 55

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

Shades of Cinnabar #DA3E37

Tints of Cinnabar #DA3E37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 16.42%

R = 65.07%
G = 18.51%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#DA3E37 (or 0xDA3E37) is known color: Cinnabar. HEX triplet: DA, 3E and 37. RGB value is (218,62,55). Sum of RGB (Red+Green+Blue) = 218+62+55=335 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.07% from 335); Green value is 62 (24.61% from 255 or 18.51% from 335); Blue value is 55 (21.88% from 255 or 16.42% from 335); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3E37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3E37 is #25C1C8. Grayscale: #6C6C6C. Windows color (decimal): -2474441 or 3620570. OLE color: 3620570.

HSL color Cylindrical-coordinate representation of color #DA3E37: hue angle of 2.58º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DA3E37 is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 62 55 -
CMYK 0 0.72 0.75 0.15
HSL 2.58º 0.69% 0.54% -
HSV(B) 2.58º 0.75% 0.85% -
XYZ 31.33 18.63 5.56 -
YUV 107.85 98.18 206.57 -
System Red Green Blue C M Y K H S L
Decimal 218 62 55 0 0.72 0.75 0.15 2.58 0.69 0.54
Hex DA 3E 37 0 48 4B F 3 45 36
Octal 332 76 67 0 110 113 17 3 105 66
Binary 11011010 111110 110111 0 1001000 1001011 1111 11 1000101 110110

Color Harmonies of #DA3E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3E37

Black with #DA3E37

Text Example


Text Example

White with #DA3E37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3E37; }

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

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

background-color css

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

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

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

border-color css

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

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

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