Html Css Color HEX #DA4232 Cinnabar

📋 copy color: '#DA4232'

red 218 ◦ green 66 ◦ blue 50

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

Shades of Cinnabar #DA4232

Tints of Cinnabar #DA4232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.97%

R = 65.27%
G = 19.76%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#DA4232 (or 0xDA4232) is known color: Cinnabar. HEX triplet: DA, 42 and 32. RGB value is (218,66,50). Sum of RGB (Red+Green+Blue) = 218+66+50=334 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.27% from 334); Green value is 66 (26.17% from 255 or 19.76% from 334); Blue value is 50 (19.92% from 255 or 14.97% from 334); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4232 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4232 is #25BDCD. Grayscale: #6D6D6D. Windows color (decimal): -2473422 or 3293914. OLE color: 3293914.

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

Color convert

RGB 218 66 50 -
CMYK 0 0.70 0.77 0.15
HSL 5.71º 0.69% 0.53% -
HSV(B) 5.71º 0.77% 0.85% -
XYZ 31.44 19.03 5.03 -
YUV 109.62 94.36 205.3 -
System Red Green Blue C M Y K H S L
Decimal 218 66 50 0 0.70 0.77 0.15 5.71 0.69 0.53
Hex DA 42 32 0 46 4D F 6 45 35
Octal 332 102 62 0 106 115 17 6 105 65
Binary 11011010 1000010 110010 0 1000110 1001101 1111 110 1000101 110101

Color Harmonies of #DA4232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4232

Black with #DA4232

Text Example


Text Example

White with #DA4232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4232; }

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

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

background-color css

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

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

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

border-color css

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

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

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