Html Css Color HEX #D54032 Cinnabar

📋 copy color: '#D54032'

red 213 ◦ green 64 ◦ blue 50

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

Shades of Cinnabar #D54032

Tints of Cinnabar #D54032

RGB

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

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

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

R = 65.14%
G = 19.57%
B = 15.29%

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

#D54032 (or 0xD54032) is known color: Cinnabar. HEX triplet: D5, 40 and 32. RGB value is (213,64,50). Sum of RGB (Red+Green+Blue) = 213+64+50=327 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.14% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 50 (19.92% from 255 or 15.29% from 327); Max value from RGB is 213 - color contains mainly: red. Hex color #D54032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54032 is #2ABFCD. Grayscale: #6B6B6B. Windows color (decimal): -2801614 or 3293397. OLE color: 3293397.

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

Color convert

RGB 213 64 50 -
CMYK 0 0.70 0.77 0.16
HSL 5.15º 0.66% 0.52% -
HSV(B) 5.15º 0.77% 0.84% -
XYZ 29.85 18.04 4.93 -
YUV 106.96 95.86 203.64 -
System Red Green Blue C M Y K H S L
Decimal 213 64 50 0 0.70 0.77 0.16 5.15 0.66 0.52
Hex D5 40 32 0 46 4D 10 5 42 34
Octal 325 100 62 0 106 115 20 5 102 64
Binary 11010101 1000000 110010 0 1000110 1001101 10000 101 1000010 110100

Color Harmonies of #D54032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54032

Black with #D54032

Text Example


Text Example

White with #D54032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54032; }

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

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

background-color css

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

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

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

border-color css

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

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

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