Html Css Color HEX #D54031 Cinnabar

📋 copy color: '#D54031'

red 213 ◦ green 64 ◦ blue 49

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

Shades of Cinnabar #D54031

Tints of Cinnabar #D54031

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.63%

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

R = 65.34%
G = 19.63%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D54031 (or 0xD54031) is known color: Cinnabar. HEX triplet: D5, 40 and 31. RGB value is (213,64,49). Sum of RGB (Red+Green+Blue) = 213+64+49=326 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.34% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 49 (19.53% from 255 or 15.03% from 326); Max value from RGB is 213 - color contains mainly: red. Hex color #D54031 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54031 is #2ABFCE. Grayscale: #6B6B6B. Windows color (decimal): -2801615 or 3227861. OLE color: 3227861.

HSL color Cylindrical-coordinate representation of color #D54031: hue angle of 5.49º 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 #D54031 is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 64 49 -
CMYK 0 0.70 0.77 0.16
HSL 5.49º 0.66% 0.51% -
HSV(B) 5.49º 0.77% 0.84% -
XYZ 29.83 18.03 4.81 -
YUV 106.84 95.36 203.72 -
System Red Green Blue C M Y K H S L
Decimal 213 64 49 0 0.70 0.77 0.16 5.49 0.66 0.51
Hex D5 40 31 0 46 4D 10 5 42 33
Octal 325 100 61 0 106 115 20 5 102 63
Binary 11010101 1000000 110001 0 1000110 1001101 10000 101 1000010 110011

Color Harmonies of #D54031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54031

Black with #D54031

Text Example


Text Example

White with #D54031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54031; }

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

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

background-color css

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

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

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

border-color css

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

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

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