Html Css Color HEX #DA4F2F Cinnabar

📋 copy color: '#DA4F2F'

red 218 ◦ green 79 ◦ blue 47

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

Shades of Cinnabar #DA4F2F

Tints of Cinnabar #DA4F2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.66%

R = 63.37%
G = 22.97%
B = 13.66%

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

#DA4F2F (or 0xDA4F2F) is known color: Cinnabar. HEX triplet: DA, 4F and 2F. RGB value is (218,79,47). Sum of RGB (Red+Green+Blue) = 218+79+47=344 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.37% from 344); Green value is 79 (31.25% from 255 or 22.97% from 344); Blue value is 47 (18.75% from 255 or 13.66% from 344); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4F2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA4F2F is #25B0D0. Grayscale: #757575. Windows color (decimal): -2470097 or 3100634. OLE color: 3100634.

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

Color convert

RGB 218 79 47 -
CMYK 0 0.64 0.78 0.15
HSL 11.23º 0.7% 0.52% -
HSV(B) 11.23º 0.78% 0.85% -
XYZ 32.22 20.7 4.99 -
YUV 116.91 88.55 200.1 -
System Red Green Blue C M Y K H S L
Decimal 218 79 47 0 0.64 0.78 0.15 11.23 0.7 0.52
Hex DA 4F 2F 0 40 4E F B 46 34
Octal 332 117 57 0 100 116 17 13 106 64
Binary 11011010 1001111 101111 0 1000000 1001110 1111 1011 1000110 110100

Color Harmonies of #DA4F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4F2F

Black with #DA4F2F

Text Example


Text Example

White with #DA4F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4F2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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