Html Css Color HEX #DA472F Cinnabar

📋 copy color: '#DA472F'

red 218 ◦ green 71 ◦ blue 47

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

Shades of Cinnabar #DA472F

Tints of Cinnabar #DA472F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.13%

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

R = 64.88%
G = 21.13%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA472F (or 0xDA472F) is known color: Cinnabar. HEX triplet: DA, 47 and 2F. RGB value is (218,71,47). Sum of RGB (Red+Green+Blue) = 218+71+47=336 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.88% from 336); Green value is 71 (28.12% from 255 or 21.13% from 336); Blue value is 47 (18.75% from 255 or 13.99% from 336); Max value from RGB is 218 - color contains mainly: red. Hex color #DA472F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA472F is #25B8D0. Grayscale: #707070. Windows color (decimal): -2472145 or 3098586. OLE color: 3098586.

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

Color convert

RGB 218 71 47 -
CMYK 0 0.67 0.78 0.15
HSL 8.42º 0.7% 0.52% -
HSV(B) 8.42º 0.78% 0.85% -
XYZ 31.68 19.62 4.81 -
YUV 112.22 91.2 203.45 -
System Red Green Blue C M Y K H S L
Decimal 218 71 47 0 0.67 0.78 0.15 8.42 0.7 0.52
Hex DA 47 2F 0 43 4E F 8 46 34
Octal 332 107 57 0 103 116 17 10 106 64
Binary 11011010 1000111 101111 0 1000011 1001110 1111 1000 1000110 110100

Color Harmonies of #DA472F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA472F

Black with #DA472F

Text Example


Text Example

White with #DA472F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA472F; }

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

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

background-color css

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

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

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

border-color css

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

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

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