Html Css Color HEX #DA4237 Cinnabar

📋 copy color: '#DA4237'

red 218 ◦ green 66 ◦ blue 55

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

Shades of Cinnabar #DA4237

Tints of Cinnabar #DA4237

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.47%

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

R = 64.31%
G = 19.47%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#DA4237 (or 0xDA4237) is known color: Cinnabar. HEX triplet: DA, 42 and 37. RGB value is (218,66,55). Sum of RGB (Red+Green+Blue) = 218+66+55=339 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.31% from 339); Green value is 66 (26.17% from 255 or 19.47% from 339); Blue value is 55 (21.88% from 255 or 16.22% from 339); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4237 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4237 is #25BDC8. Grayscale: #6E6E6E. Windows color (decimal): -2473417 or 3621594. OLE color: 3621594.

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

Color convert

RGB 218 66 55 -
CMYK 0 0.70 0.75 0.15
HSL 4.05º 0.69% 0.54% -
HSV(B) 4.05º 0.75% 0.85% -
XYZ 31.55 19.08 5.63 -
YUV 110.19 96.86 204.89 -
System Red Green Blue C M Y K H S L
Decimal 218 66 55 0 0.70 0.75 0.15 4.05 0.69 0.54
Hex DA 42 37 0 46 4B F 4 45 36
Octal 332 102 67 0 106 113 17 4 105 66
Binary 11011010 1000010 110111 0 1000110 1001011 1111 100 1000101 110110

Color Harmonies of #DA4237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4237

Black with #DA4237

Text Example


Text Example

White with #DA4237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4237; }

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

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

background-color css

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

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

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

border-color css

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

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

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