Html Css Color HEX #DA4032 Cinnabar

📋 copy color: '#DA4032'

red 218 ◦ green 64 ◦ blue 50

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

Shades of Cinnabar #DA4032

Tints of Cinnabar #DA4032

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.28%

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

R = 65.66%
G = 19.28%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#DA4032 (or 0xDA4032) is known color: Cinnabar. HEX triplet: DA, 40 and 32. RGB value is (218,64,50). Sum of RGB (Red+Green+Blue) = 218+64+50=332 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.66% from 332); Green value is 64 (25.39% from 255 or 19.28% from 332); Blue value is 50 (19.92% from 255 or 15.06% from 332); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4032 is #25BFCD. Grayscale: #6C6C6C. Windows color (decimal): -2473934 or 3293402. OLE color: 3293402.

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

Color convert

RGB 218 64 50 -
CMYK 0 0.71 0.77 0.15
HSL 0.69% 0.53% -
HSV(B) 0.77% 0.85% -
XYZ 31.32 18.8 5 -
YUV 108.45 95.02 206.14 -
System Red Green Blue C M Y K H S L
Decimal 218 64 50 0 0.71 0.77 0.15 5 0.69 0.53
Hex DA 40 32 0 47 4D F 5 45 35
Octal 332 100 62 0 107 115 17 5 105 65
Binary 11011010 1000000 110010 0 1000111 1001101 1111 101 1000101 110101

Color Harmonies of #DA4032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4032

Black with #DA4032

Text Example


Text Example

White with #DA4032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4032; }

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

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

background-color css

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

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

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

border-color css

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

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

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