Html Css Color HEX #DA3A37 Cinnabar

📋 copy color: '#DA3A37'

red 218 ◦ green 58 ◦ blue 55

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

Shades of Cinnabar #DA3A37

Tints of Cinnabar #DA3A37

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.52%

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

R = 65.86%
G = 17.52%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#DA3A37 (or 0xDA3A37) is known color: Cinnabar. HEX triplet: DA, 3A and 37. RGB value is (218,58,55). Sum of RGB (Red+Green+Blue) = 218+58+55=331 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.86% from 331); Green value is 58 (23.05% from 255 or 17.52% from 331); Blue value is 55 (21.88% from 255 or 16.62% from 331); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3A37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3A37 is #25C5C8. Grayscale: #696969. Windows color (decimal): -2475465 or 3619546. OLE color: 3619546.

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

Color convert

RGB 218 58 55 -
CMYK 0 0.73 0.75 0.15
HSL 1.1º 0.69% 0.54% -
HSV(B) 1.1º 0.75% 0.85% -
XYZ 31.12 18.21 5.49 -
YUV 105.5 99.51 208.24 -
System Red Green Blue C M Y K H S L
Decimal 218 58 55 0 0.73 0.75 0.15 1.1 0.69 0.54
Hex DA 3A 37 0 49 4B F 1 45 36
Octal 332 72 67 0 111 113 17 1 105 66
Binary 11011010 111010 110111 0 1001001 1001011 1111 1 1000101 110110

Color Harmonies of #DA3A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3A37

Black with #DA3A37

Text Example


Text Example

White with #DA3A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3A37; }

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

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

background-color css

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

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

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

border-color css

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

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

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