Html Css Color HEX #D54832 Cinnabar

📋 copy color: '#D54832'

red 213 ◦ green 72 ◦ blue 50

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

Shades of Cinnabar #D54832

Tints of Cinnabar #D54832

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.93%

R = 63.58%
G = 21.49%
B = 14.93%

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

#D54832 (or 0xD54832) is known color: Cinnabar. HEX triplet: D5, 48 and 32. RGB value is (213,72,50). Sum of RGB (Red+Green+Blue) = 213+72+50=335 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.58% from 335); Green value is 72 (28.52% from 255 or 21.49% from 335); Blue value is 50 (19.92% from 255 or 14.93% from 335); Max value from RGB is 213 - color contains mainly: red. Hex color #D54832 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54832 is #2AB7CD. Grayscale: #6F6F6F. Windows color (decimal): -2799566 or 3295445. OLE color: 3295445.

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

Color convert

RGB 213 72 50 -
CMYK 0 0.66 0.77 0.16
HSL 8.1º 0.66% 0.52% -
HSV(B) 8.1º 0.77% 0.84% -
XYZ 30.33 19.01 5.09 -
YUV 111.65 93.21 200.29 -
System Red Green Blue C M Y K H S L
Decimal 213 72 50 0 0.66 0.77 0.16 8.1 0.66 0.52
Hex D5 48 32 0 42 4D 10 8 42 34
Octal 325 110 62 0 102 115 20 10 102 64
Binary 11010101 1001000 110010 0 1000010 1001101 10000 1000 1000010 110100

Color Harmonies of #D54832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54832

Black with #D54832

Text Example


Text Example

White with #D54832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54832; }

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

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

background-color css

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

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

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

border-color css

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

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

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