Html Css Color HEX #DA4239 Cinnabar

📋 copy color: '#DA4239'

red 218 ◦ green 66 ◦ blue 57

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

Shades of Cinnabar #DA4239

Tints of Cinnabar #DA4239

RGB

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

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

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

R = 63.93%
G = 19.35%
B = 16.72%

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

#DA4239 (or 0xDA4239) is known color: Cinnabar. HEX triplet: DA, 42 and 39. RGB value is (218,66,57). Sum of RGB (Red+Green+Blue) = 218+66+57=341 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.93% from 341); Green value is 66 (26.17% from 255 or 19.35% from 341); Blue value is 57 (22.66% from 255 or 16.72% from 341); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4239 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4239 is #25BDC6. Grayscale: #6E6E6E. Windows color (decimal): -2473415 or 3752666. OLE color: 3752666.

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

Color convert

RGB 218 66 57 -
CMYK 0 0.70 0.74 0.15
HSL 3.35º 0.69% 0.54% -
HSV(B) 3.35º 0.74% 0.85% -
XYZ 31.6 19.1 5.89 -
YUV 110.42 97.86 204.73 -
System Red Green Blue C M Y K H S L
Decimal 218 66 57 0 0.70 0.74 0.15 3.35 0.69 0.54
Hex DA 42 39 0 46 4A F 3 45 36
Octal 332 102 71 0 106 112 17 3 105 66
Binary 11011010 1000010 111001 0 1000110 1001010 1111 11 1000101 110110

Color Harmonies of #DA4239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4239

Black with #DA4239

Text Example


Text Example

White with #DA4239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4239; }

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

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

background-color css

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

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

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

border-color css

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

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

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