Html Css Color HEX #DA4F31 Cinnabar

📋 copy color: '#DA4F31'

red 218 ◦ green 79 ◦ blue 49

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

Shades of Cinnabar #DA4F31

Tints of Cinnabar #DA4F31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 14.16%

R = 63.01%
G = 22.83%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA4F31 (or 0xDA4F31) is known color: Cinnabar. HEX triplet: DA, 4F and 31. RGB value is (218,79,49). Sum of RGB (Red+Green+Blue) = 218+79+49=346 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.01% from 346); Green value is 79 (31.25% from 255 or 22.83% from 346); Blue value is 49 (19.53% from 255 or 14.16% from 346); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4F31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA4F31 is #25B0CE. Grayscale: #757575. Windows color (decimal): -2470095 or 3231706. OLE color: 3231706.

HSL color Cylindrical-coordinate representation of color #DA4F31: hue angle of 10.65º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA4F31 is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 79 49 -
CMYK 0 0.64 0.78 0.15
HSL 10.65º 0.7% 0.52% -
HSV(B) 10.65º 0.78% 0.85% -
XYZ 32.26 20.72 5.2 -
YUV 117.14 89.55 199.94 -
System Red Green Blue C M Y K H S L
Decimal 218 79 49 0 0.64 0.78 0.15 10.65 0.7 0.52
Hex DA 4F 31 0 40 4E F B 46 34
Octal 332 117 61 0 100 116 17 13 106 64
Binary 11011010 1001111 110001 0 1000000 1001110 1111 1011 1000110 110100

Color Harmonies of #DA4F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4F31

Black with #DA4F31

Text Example


Text Example

White with #DA4F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4F31; }

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

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

background-color css

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

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

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

border-color css

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

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

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