Html Css Color HEX #D54731 Cinnabar

📋 copy color: '#D54731'

red 213 ◦ green 71 ◦ blue 49

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

Shades of Cinnabar #D54731

Tints of Cinnabar #D54731

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 14.71%

R = 63.96%
G = 21.32%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D54731 (or 0xD54731) is known color: Cinnabar. HEX triplet: D5, 47 and 31. RGB value is (213,71,49). Sum of RGB (Red+Green+Blue) = 213+71+49=333 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.96% from 333); Green value is 71 (28.12% from 255 or 21.32% from 333); Blue value is 49 (19.53% from 255 or 14.71% from 333); Max value from RGB is 213 - color contains mainly: red. Hex color #D54731 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54731 is #2AB8CE. Grayscale: #6F6F6F. Windows color (decimal): -2799823 or 3229653. OLE color: 3229653.

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

Color convert

RGB 213 71 49 -
CMYK 0 0.67 0.77 0.16
HSL 8.05º 0.66% 0.51% -
HSV(B) 8.05º 0.77% 0.84% -
XYZ 30.25 18.87 4.95 -
YUV 110.95 93.04 200.79 -
System Red Green Blue C M Y K H S L
Decimal 213 71 49 0 0.67 0.77 0.16 8.05 0.66 0.51
Hex D5 47 31 0 43 4D 10 8 42 33
Octal 325 107 61 0 103 115 20 10 102 63
Binary 11010101 1000111 110001 0 1000011 1001101 10000 1000 1000010 110011

Color Harmonies of #D54731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54731

Black with #D54731

Text Example


Text Example

White with #D54731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54731; }

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

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

background-color css

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

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

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

border-color css

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

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

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