Html Css Color HEX #DA4139 Cinnabar

📋 copy color: '#DA4139'

red 218 ◦ green 65 ◦ blue 57

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

Shades of Cinnabar #DA4139

Tints of Cinnabar #DA4139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 16.76%

R = 64.12%
G = 19.12%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#DA4139 (or 0xDA4139) is known color: Cinnabar. HEX triplet: DA, 41 and 39. RGB value is (218,65,57). Sum of RGB (Red+Green+Blue) = 218+65+57=340 (45% of max value = 765). Red value is 218 (85.55% from 255 or 64.12% from 340); Green value is 65 (25.78% from 255 or 19.12% from 340); Blue value is 57 (22.66% from 255 or 16.76% from 340); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4139 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4139 is #25BEC6. Grayscale: #6E6E6E. Windows color (decimal): -2473671 or 3752410. OLE color: 3752410.

HSL color Cylindrical-coordinate representation of color #DA4139: hue angle of 2.98º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DA4139 is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 65 57 -
CMYK 0 0.70 0.74 0.15
HSL 2.98º 0.69% 0.54% -
HSV(B) 2.98º 0.74% 0.85% -
XYZ 31.54 18.98 5.87 -
YUV 109.84 98.19 205.15 -
System Red Green Blue C M Y K H S L
Decimal 218 65 57 0 0.70 0.74 0.15 2.98 0.69 0.54
Hex DA 41 39 0 46 4A F 3 45 36
Octal 332 101 71 0 106 112 17 3 105 66
Binary 11011010 1000001 111001 0 1000110 1001010 1111 11 1000101 110110

Color Harmonies of #DA4139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4139

Black with #DA4139

Text Example


Text Example

White with #DA4139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4139; }

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

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

background-color css

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

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

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

border-color css

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

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

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