Html Css Color HEX #DA4F32 Cinnabar

📋 copy color: '#DA4F32'

red 218 ◦ green 79 ◦ blue 50

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

Shades of Cinnabar #DA4F32

Tints of Cinnabar #DA4F32

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.77%

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

R = 62.82%
G = 22.77%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#DA4F32 (or 0xDA4F32) is known color: Cinnabar. HEX triplet: DA, 4F and 32. RGB value is (218,79,50). Sum of RGB (Red+Green+Blue) = 218+79+50=347 (45% of max value = 765). Red value is 218 (85.55% from 255 or 62.82% from 347); Green value is 79 (31.25% from 255 or 22.77% from 347); Blue value is 50 (19.92% from 255 or 14.41% from 347); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4F32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA4F32 is #25B0CD. Grayscale: #757575. Windows color (decimal): -2470094 or 3297242. OLE color: 3297242.

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

Color convert

RGB 218 79 50 -
CMYK 0 0.64 0.77 0.15
HSL 10.36º 0.69% 0.53% -
HSV(B) 10.36º 0.77% 0.85% -
XYZ 32.29 20.73 5.32 -
YUV 117.26 90.05 199.86 -
System Red Green Blue C M Y K H S L
Decimal 218 79 50 0 0.64 0.77 0.15 10.36 0.69 0.53
Hex DA 4F 32 0 40 4D F A 45 35
Octal 332 117 62 0 100 115 17 12 105 65
Binary 11011010 1001111 110010 0 1000000 1001101 1111 1010 1000101 110101

Color Harmonies of #DA4F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4F32

Black with #DA4F32

Text Example


Text Example

White with #DA4F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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