Html Css Color HEX #DA4137 Cinnabar

📋 copy color: '#DA4137'

red 218 ◦ green 65 ◦ blue 55

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

Shades of Cinnabar #DA4137

Tints of Cinnabar #DA4137

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.23%

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

R = 64.5%
G = 19.23%
B = 16.27%

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

#DA4137 (or 0xDA4137) is known color: Cinnabar. HEX triplet: DA, 41 and 37. RGB value is (218,65,55). Sum of RGB (Red+Green+Blue) = 218+65+55=338 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.50% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 55 (21.88% from 255 or 16.27% from 338); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4137 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4137 is #25BEC8. Grayscale: #6D6D6D. Windows color (decimal): -2473673 or 3621338. OLE color: 3621338.

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

Color convert

RGB 218 65 55 -
CMYK 0 0.70 0.75 0.15
HSL 3.68º 0.69% 0.54% -
HSV(B) 3.68º 0.75% 0.85% -
XYZ 31.49 18.96 5.61 -
YUV 109.61 97.19 205.31 -
System Red Green Blue C M Y K H S L
Decimal 218 65 55 0 0.70 0.75 0.15 3.68 0.69 0.54
Hex DA 41 37 0 46 4B F 4 45 36
Octal 332 101 67 0 106 113 17 4 105 66
Binary 11011010 1000001 110111 0 1000110 1001011 1111 100 1000101 110110

Color Harmonies of #DA4137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4137

Black with #DA4137

Text Example


Text Example

White with #DA4137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4137; }

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

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

background-color css

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

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

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

border-color css

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

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

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