Html Css Color HEX #D54732 Cinnabar

📋 copy color: '#D54732'

red 213 ◦ green 71 ◦ blue 50

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

Shades of Cinnabar #D54732

Tints of Cinnabar #D54732

RGB

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

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

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

R = 63.77%
G = 21.26%
B = 14.97%

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

#D54732 (or 0xD54732) is known color: Cinnabar. HEX triplet: D5, 47 and 32. RGB value is (213,71,50). Sum of RGB (Red+Green+Blue) = 213+71+50=334 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.77% from 334); Green value is 71 (28.12% from 255 or 21.26% from 334); Blue value is 50 (19.92% from 255 or 14.97% from 334); Max value from RGB is 213 - color contains mainly: red. Hex color #D54732 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54732 is #2AB8CD. Grayscale: #6F6F6F. Windows color (decimal): -2799822 or 3295189. OLE color: 3295189.

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

Color convert

RGB 213 71 50 -
CMYK 0 0.67 0.77 0.16
HSL 7.73º 0.66% 0.52% -
HSV(B) 7.73º 0.77% 0.84% -
XYZ 30.27 18.88 5.07 -
YUV 111.06 93.54 200.71 -
System Red Green Blue C M Y K H S L
Decimal 213 71 50 0 0.67 0.77 0.16 7.73 0.66 0.52
Hex D5 47 32 0 43 4D 10 8 42 34
Octal 325 107 62 0 103 115 20 10 102 64
Binary 11010101 1000111 110010 0 1000011 1001101 10000 1000 1000010 110100

Color Harmonies of #D54732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54732

Black with #D54732

Text Example


Text Example

White with #D54732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54732; }

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

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

background-color css

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

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

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

border-color css

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

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

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