Html Css Color HEX #DA472E Cinnabar

📋 copy color: '#DA472E'

red 218 ◦ green 71 ◦ blue 46

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

Shades of Cinnabar #DA472E

Tints of Cinnabar #DA472E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.73%

R = 65.07%
G = 21.19%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DA472E (or 0xDA472E) is known color: Cinnabar. HEX triplet: DA, 47 and 2E. RGB value is (218,71,46). Sum of RGB (Red+Green+Blue) = 218+71+46=335 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.07% from 335); Green value is 71 (28.12% from 255 or 21.19% from 335); Blue value is 46 (18.36% from 255 or 13.73% from 335); Max value from RGB is 218 - color contains mainly: red. Hex color #DA472E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA472E is #25B8D1. Grayscale: #707070. Windows color (decimal): -2472146 or 3033050. OLE color: 3033050.

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

Color convert

RGB 218 71 46 -
CMYK 0 0.67 0.79 0.15
HSL 8.72º 0.7% 0.52% -
HSV(B) 8.72º 0.79% 0.85% -
XYZ 31.66 19.61 4.7 -
YUV 112.1 90.7 203.53 -
System Red Green Blue C M Y K H S L
Decimal 218 71 46 0 0.67 0.79 0.15 8.72 0.7 0.52
Hex DA 47 2E 0 43 4F F 9 46 34
Octal 332 107 56 0 103 117 17 11 106 64
Binary 11011010 1000111 101110 0 1000011 1001111 1111 1001 1000110 110100

Color Harmonies of #DA472E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA472E

Black with #DA472E

Text Example


Text Example

White with #DA472E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA472E; }

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

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

background-color css

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

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

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

border-color css

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

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

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