Html Css Color HEX #D5473F Cinnabar

📋 copy color: '#D5473F'

red 213 ◦ green 71 ◦ blue 63

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

Shades of Cinnabar #D5473F

Tints of Cinnabar #D5473F

RGB

 RED value IS 213 (83.59% from 255) = 61.38%

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

 BLUE value IS 63 (25% from 255) = 18.16%

R = 61.38%
G = 20.46%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D5473F (or 0xD5473F) is known color: Cinnabar. HEX triplet: D5, 47 and 3F. RGB value is (213,71,63). Sum of RGB (Red+Green+Blue) = 213+71+63=347 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.38% from 347); Green value is 71 (28.12% from 255 or 20.46% from 347); Blue value is 63 (25% from 255 or 18.16% from 347); Max value from RGB is 213 - color contains mainly: red. Hex color #D5473F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5473F is #2AB8C0. Grayscale: #707070. Windows color (decimal): -2799809 or 4147157. OLE color: 4147157.

HSL color Cylindrical-coordinate representation of color #D5473F: hue angle of 3.2º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D5473F is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 71 63 -
CMYK 0 0.67 0.70 0.16
HSL 3.2º 0.64% 0.54% -
HSV(B) 3.2º 0.7% 0.84% -
XYZ 30.59 19.01 6.76 -
YUV 112.55 100.04 199.65 -
System Red Green Blue C M Y K H S L
Decimal 213 71 63 0 0.67 0.70 0.16 3.2 0.64 0.54
Hex D5 47 3F 0 43 46 10 3 40 36
Octal 325 107 77 0 103 106 20 3 100 66
Binary 11010101 1000111 111111 0 1000011 1000110 10000 11 1000000 110110

Color Harmonies of #D5473F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5473F

Black with #D5473F

Text Example


Text Example

White with #D5473F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5473F; }

 p { color: rgb(213,71,63); }

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

background-color css

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

 a { background-color: rgb(213,71,63); }

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

border-color css

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

 span { border-color: rgb(213,71,63); }

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