Html Css Color HEX #D54831 Cinnabar

📋 copy color: '#D54831'

red 213 ◦ green 72 ◦ blue 49

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

Shades of Cinnabar #D54831

Tints of Cinnabar #D54831

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.56%

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

R = 63.77%
G = 21.56%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D54831 (or 0xD54831) is known color: Cinnabar. HEX triplet: D5, 48 and 31. RGB value is (213,72,49). Sum of RGB (Red+Green+Blue) = 213+72+49=334 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.77% from 334); Green value is 72 (28.52% from 255 or 21.56% from 334); Blue value is 49 (19.53% from 255 or 14.67% from 334); Max value from RGB is 213 - color contains mainly: red. Hex color #D54831 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54831 is #2AB7CE. Grayscale: #6F6F6F. Windows color (decimal): -2799567 or 3229909. OLE color: 3229909.

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

Color convert

RGB 213 72 49 -
CMYK 0 0.66 0.77 0.16
HSL 8.41º 0.66% 0.51% -
HSV(B) 8.41º 0.77% 0.84% -
XYZ 30.31 19 4.98 -
YUV 111.54 92.71 200.37 -
System Red Green Blue C M Y K H S L
Decimal 213 72 49 0 0.66 0.77 0.16 8.41 0.66 0.51
Hex D5 48 31 0 42 4D 10 8 42 33
Octal 325 110 61 0 102 115 20 10 102 63
Binary 11010101 1001000 110001 0 1000010 1001101 10000 1000 1000010 110011

Color Harmonies of #D54831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54831

Black with #D54831

Text Example


Text Example

White with #D54831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54831; }

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

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

background-color css

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

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

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

border-color css

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

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

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