Html Css Color HEX #DA473C Cinnabar

📋 copy color: '#DA473C'

red 218 ◦ green 71 ◦ blue 60

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

Shades of Cinnabar #DA473C

Tints of Cinnabar #DA473C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.19%

R = 62.46%
G = 20.34%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DA473C (or 0xDA473C) is known color: Cinnabar. HEX triplet: DA, 47 and 3C. RGB value is (218,71,60). Sum of RGB (Red+Green+Blue) = 218+71+60=349 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.46% from 349); Green value is 71 (28.12% from 255 or 20.34% from 349); Blue value is 60 (23.83% from 255 or 17.19% from 349); Max value from RGB is 218 - color contains mainly: red. Hex color #DA473C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA473C is #25B8C3. Grayscale: #717171. Windows color (decimal): -2472132 or 3950554. OLE color: 3950554.

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

Color convert

RGB 218 71 60 -
CMYK 0 0.67 0.72 0.15
HSL 4.18º 0.68% 0.55% -
HSV(B) 4.18º 0.72% 0.85% -
XYZ 31.98 19.74 6.4 -
YUV 113.7 97.7 202.39 -
System Red Green Blue C M Y K H S L
Decimal 218 71 60 0 0.67 0.72 0.15 4.18 0.68 0.55
Hex DA 47 3C 0 43 48 F 4 44 37
Octal 332 107 74 0 103 110 17 4 104 67
Binary 11011010 1000111 111100 0 1000011 1001000 1111 100 1000100 110111

Color Harmonies of #DA473C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA473C

Black with #DA473C

Text Example


Text Example

White with #DA473C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA473C; }

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

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

background-color css

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

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

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

border-color css

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

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

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