Html Css Color HEX #DA4C37 Cinnabar

📋 copy color: '#DA4C37'

red 218 ◦ green 76 ◦ blue 55

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

Shades of Cinnabar #DA4C37

Tints of Cinnabar #DA4C37

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.78%

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

R = 62.46%
G = 21.78%
B = 15.76%

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

#DA4C37 (or 0xDA4C37) is known color: Cinnabar. HEX triplet: DA, 4C and 37. RGB value is (218,76,55). Sum of RGB (Red+Green+Blue) = 218+76+55=349 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.46% from 349); Green value is 76 (30.08% from 255 or 21.78% from 349); Blue value is 55 (21.88% from 255 or 15.76% from 349); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4C37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4C37 is #25B3C8. Grayscale: #747474. Windows color (decimal): -2470857 or 3624154. OLE color: 3624154.

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

Color convert

RGB 218 76 55 -
CMYK 0 0.65 0.75 0.15
HSL 7.73º 0.69% 0.54% -
HSV(B) 7.73º 0.75% 0.85% -
XYZ 32.19 20.35 5.85 -
YUV 116.06 93.54 200.71 -
System Red Green Blue C M Y K H S L
Decimal 218 76 55 0 0.65 0.75 0.15 7.73 0.69 0.54
Hex DA 4C 37 0 41 4B F 8 45 36
Octal 332 114 67 0 101 113 17 10 105 66
Binary 11011010 1001100 110111 0 1000001 1001011 1111 1000 1000101 110110

Color Harmonies of #DA4C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4C37

Black with #DA4C37

Text Example


Text Example

White with #DA4C37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4C37; }

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

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

background-color css

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

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

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

border-color css

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

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

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