Html Css Color HEX #D7472F Cinnabar

📋 copy color: '#D7472F'

red 215 ◦ green 71 ◦ blue 47

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

Shades of Cinnabar #D7472F

Tints of Cinnabar #D7472F

RGB

 RED value IS 215 (84.38% from 255) = 64.56%

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

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

R = 64.56%
G = 21.32%
B = 14.11%

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

#D7472F (or 0xD7472F) is known color: Cinnabar. HEX triplet: D7, 47 and 2F. RGB value is (215,71,47). Sum of RGB (Red+Green+Blue) = 215+71+47=333 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.56% from 333); Green value is 71 (28.12% from 255 or 21.32% from 333); Blue value is 47 (18.75% from 255 or 14.11% from 333); Max value from RGB is 215 - color contains mainly: red. Hex color #D7472F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7472F is #28B8D0. Grayscale: #6F6F6F. Windows color (decimal): -2668753 or 3098583. OLE color: 3098583.

HSL color Cylindrical-coordinate representation of color #D7472F: hue angle of 8.57º degrees, saturation: 0.68, 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 #D7472F is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 71 47 -
CMYK 0 0.67 0.78 0.16
HSL 8.57º 0.68% 0.51% -
HSV(B) 8.57º 0.78% 0.84% -
XYZ 30.79 19.16 4.76 -
YUV 111.32 91.71 201.95 -
System Red Green Blue C M Y K H S L
Decimal 215 71 47 0 0.67 0.78 0.16 8.57 0.68 0.51
Hex D7 47 2F 0 43 4E 10 9 44 33
Octal 327 107 57 0 103 116 20 11 104 63
Binary 11010111 1000111 101111 0 1000011 1001110 10000 1001 1000100 110011

Color Harmonies of #D7472F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7472F

Black with #D7472F

Text Example


Text Example

White with #D7472F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7472F; }

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

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

background-color css

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

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

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

border-color css

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

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

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