Html Css Color HEX #DA4D37 Cinnabar

📋 copy color: '#DA4D37'

red 218 ◦ green 77 ◦ blue 55

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

Shades of Cinnabar #DA4D37

Tints of Cinnabar #DA4D37

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22%

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

R = 62.29%
G = 22%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#DA4D37 (or 0xDA4D37) is known color: Cinnabar. HEX triplet: DA, 4D and 37. RGB value is (218,77,55). Sum of RGB (Red+Green+Blue) = 218+77+55=350 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.29% from 350); Green value is 77 (30.47% from 255 or 22% from 350); Blue value is 55 (21.88% from 255 or 15.71% from 350); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4D37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA4D37 is #25B2C8. Grayscale: #747474. Windows color (decimal): -2470601 or 3624410. OLE color: 3624410.

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

Color convert

RGB 218 77 55 -
CMYK 0 0.65 0.75 0.15
HSL 8.1º 0.69% 0.54% -
HSV(B) 8.1º 0.75% 0.85% -
XYZ 32.26 20.49 5.87 -
YUV 116.65 93.21 200.29 -
System Red Green Blue C M Y K H S L
Decimal 218 77 55 0 0.65 0.75 0.15 8.1 0.69 0.54
Hex DA 4D 37 0 41 4B F 8 45 36
Octal 332 115 67 0 101 113 17 10 105 66
Binary 11011010 1001101 110111 0 1000001 1001011 1111 1000 1000101 110110

Color Harmonies of #DA4D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4D37

Black with #DA4D37

Text Example


Text Example

White with #DA4D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4D37; }

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

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

background-color css

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

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

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

border-color css

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

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

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