Html Css Color HEX #D5472C Cinnabar

📋 copy color: '#D5472C'

red 213 ◦ green 71 ◦ blue 44

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

Shades of Cinnabar #D5472C

Tints of Cinnabar #D5472C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.41%

R = 64.94%
G = 21.65%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D5472C (or 0xD5472C) is known color: Cinnabar. HEX triplet: D5, 47 and 2C. RGB value is (213,71,44). Sum of RGB (Red+Green+Blue) = 213+71+44=328 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.94% from 328); Green value is 71 (28.12% from 255 or 21.65% from 328); Blue value is 44 (17.58% from 255 or 13.41% from 328); Max value from RGB is 213 - color contains mainly: red. Hex color #D5472C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5472C is #2AB8D3. Grayscale: #6E6E6E. Windows color (decimal): -2799828 or 2901973. OLE color: 2901973.

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

Color convert

RGB 213 71 44 -
CMYK 0 0.67 0.79 0.16
HSL 9.59º 0.67% 0.5% -
HSV(B) 9.59º 0.79% 0.84% -
XYZ 30.15 18.83 4.43 -
YUV 110.38 90.54 201.2 -
System Red Green Blue C M Y K H S L
Decimal 213 71 44 0 0.67 0.79 0.16 9.59 0.67 0.5
Hex D5 47 2C 0 43 4F 10 A 43 32
Octal 325 107 54 0 103 117 20 12 103 62
Binary 11010101 1000111 101100 0 1000011 1001111 10000 1010 1000011 110010

Color Harmonies of #D5472C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5472C

Black with #D5472C

Text Example


Text Example

White with #D5472C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5472C; }

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

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

background-color css

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

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

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

border-color css

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

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

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