Html Css Color HEX #D5472F Cinnabar

📋 copy color: '#D5472F'

red 213 ◦ green 71 ◦ blue 47

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

Shades of Cinnabar #D5472F

Tints of Cinnabar #D5472F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.2%

R = 64.35%
G = 21.45%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D5472F (or 0xD5472F) is known color: Cinnabar. HEX triplet: D5, 47 and 2F. RGB value is (213,71,47). Sum of RGB (Red+Green+Blue) = 213+71+47=331 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.35% from 331); Green value is 71 (28.12% from 255 or 21.45% from 331); Blue value is 47 (18.75% from 255 or 14.20% from 331); Max value from RGB is 213 - color contains mainly: red. Hex color #D5472F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5472F is #2AB8D0. Grayscale: #6E6E6E. Windows color (decimal): -2799825 or 3098581. OLE color: 3098581.

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

Color convert

RGB 213 71 47 -
CMYK 0 0.67 0.78 0.16
HSL 8.67º 0.66% 0.51% -
HSV(B) 8.67º 0.78% 0.84% -
XYZ 30.21 18.86 4.74 -
YUV 110.72 92.04 200.95 -
System Red Green Blue C M Y K H S L
Decimal 213 71 47 0 0.67 0.78 0.16 8.67 0.66 0.51
Hex D5 47 2F 0 43 4E 10 9 42 33
Octal 325 107 57 0 103 116 20 11 102 63
Binary 11010101 1000111 101111 0 1000011 1001110 10000 1001 1000010 110011

Color Harmonies of #D5472F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5472F

Black with #D5472F

Text Example


Text Example

White with #D5472F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5472F; }

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

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

background-color css

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

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

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

border-color css

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

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

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