Html Css Color HEX #D73B2C Cinnabar

📋 copy color: '#D73B2C'

red 215 ◦ green 59 ◦ blue 44

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

Shades of Cinnabar #D73B2C

Tints of Cinnabar #D73B2C

RGB

 RED value IS 215 (84.38% from 255) = 67.61%

 GREEN value IS 59 (23.44% from 255) = 18.55%

 BLUE value IS 44 (17.58% from 255) = 13.84%

R = 67.61%
G = 18.55%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D73B2C (or 0xD73B2C) is known color: Cinnabar. HEX triplet: D7, 3B and 2C. RGB value is (215,59,44). Sum of RGB (Red+Green+Blue) = 215+59+44=318 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.61% from 318); Green value is 59 (23.44% from 255 or 18.55% from 318); Blue value is 44 (17.58% from 255 or 13.84% from 318); Max value from RGB is 215 - color contains mainly: red. Hex color #D73B2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73B2C is #28C4D3. Grayscale: #686868. Windows color (decimal): -2671828 or 2898903. OLE color: 2898903.

HSL color Cylindrical-coordinate representation of color #D73B2C: hue angle of 5.26º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D73B2C is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 59 44 -
CMYK 0 0.73 0.80 0.16
HSL 5.26º 0.68% 0.51% -
HSV(B) 5.26º 0.8% 0.84% -
XYZ 30.04 17.76 4.23 -
YUV 103.93 94.18 207.22 -
System Red Green Blue C M Y K H S L
Decimal 215 59 44 0 0.73 0.80 0.16 5.26 0.68 0.51
Hex D7 3B 2C 0 49 50 10 5 44 33
Octal 327 73 54 0 111 120 20 5 104 63
Binary 11010111 111011 101100 0 1001001 1010000 10000 101 1000100 110011

Color Harmonies of #D73B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73B2C

Black with #D73B2C

Text Example


Text Example

White with #D73B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73B2C; }

 p { color: rgb(215,59,44); }

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

background-color css

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

 a { background-color: rgb(215,59,44); }

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

border-color css

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

 span { border-color: rgb(215,59,44); }

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