Html Css Color HEX #D4473A Cinnabar

📋 copy color: '#D4473A'

red 212 ◦ green 71 ◦ blue 58

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

Shades of Cinnabar #D4473A

Tints of Cinnabar #D4473A

RGB

 RED value IS 212 (83.2% from 255) = 62.17%

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

 BLUE value IS 58 (23.05% from 255) = 17.01%

R = 62.17%
G = 20.82%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#D4473A (or 0xD4473A) is known color: Cinnabar. HEX triplet: D4, 47 and 3A. RGB value is (212,71,58). Sum of RGB (Red+Green+Blue) = 212+71+58=341 (45% of max value = 765). Red value is 212 (83.20% from 255 or 62.17% from 341); Green value is 71 (28.12% from 255 or 20.82% from 341); Blue value is 58 (23.05% from 255 or 17.01% from 341); Max value from RGB is 212 - color contains mainly: red. Hex color #D4473A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4473A is #2BB8C5. Grayscale: #6F6F6F. Windows color (decimal): -2865350 or 3819476. OLE color: 3819476.

HSL color Cylindrical-coordinate representation of color #D4473A: hue angle of 5.06º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D4473A is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 71 58 -
CMYK 0 0.67 0.73 0.17
HSL 5.06º 0.64% 0.53% -
HSV(B) 5.06º 0.73% 0.83% -
XYZ 30.17 18.81 6.04 -
YUV 111.68 97.71 199.56 -
System Red Green Blue C M Y K H S L
Decimal 212 71 58 0 0.67 0.73 0.17 5.06 0.64 0.53
Hex D4 47 3A 0 43 49 11 5 40 35
Octal 324 107 72 0 103 111 21 5 100 65
Binary 11010100 1000111 111010 0 1000011 1001001 10001 101 1000000 110101

Color Harmonies of #D4473A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4473A

Black with #D4473A

Text Example


Text Example

White with #D4473A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4473A; }

 p { color: rgb(212,71,58); }

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

background-color css

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

 a { background-color: rgb(212,71,58); }

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

border-color css

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

 span { border-color: rgb(212,71,58); }

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