Html Css Color HEX #D5473D Cinnabar

📋 copy color: '#D5473D'

red 213 ◦ green 71 ◦ blue 61

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

Shades of Cinnabar #D5473D

Tints of Cinnabar #D5473D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.68%

R = 61.74%
G = 20.58%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D5473D (or 0xD5473D) is known color: Cinnabar. HEX triplet: D5, 47 and 3D. RGB value is (213,71,61). Sum of RGB (Red+Green+Blue) = 213+71+61=345 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.74% from 345); Green value is 71 (28.12% from 255 or 20.58% from 345); Blue value is 61 (24.22% from 255 or 17.68% from 345); Max value from RGB is 213 - color contains mainly: red. Hex color #D5473D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5473D is #2AB8C2. Grayscale: #707070. Windows color (decimal): -2799811 or 4016085. OLE color: 4016085.

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

Color convert

RGB 213 71 61 -
CMYK 0 0.67 0.71 0.16
HSL 3.95º 0.64% 0.54% -
HSV(B) 3.95º 0.71% 0.84% -
XYZ 30.54 18.99 6.47 -
YUV 112.32 99.04 199.81 -
System Red Green Blue C M Y K H S L
Decimal 213 71 61 0 0.67 0.71 0.16 3.95 0.64 0.54
Hex D5 47 3D 0 43 47 10 4 40 36
Octal 325 107 75 0 103 107 20 4 100 66
Binary 11010101 1000111 111101 0 1000011 1000111 10000 100 1000000 110110

Color Harmonies of #D5473D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5473D

Black with #D5473D

Text Example


Text Example

White with #D5473D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5473D; }

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

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

background-color css

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

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

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

border-color css

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

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

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