Html Css Color HEX #D73C31 Cinnabar

📋 copy color: '#D73C31'

red 215 ◦ green 60 ◦ blue 49

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

Shades of Cinnabar #D73C31

Tints of Cinnabar #D73C31

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.52%

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

R = 66.36%
G = 18.52%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D73C31 (or 0xD73C31) is known color: Cinnabar. HEX triplet: D7, 3C and 31. RGB value is (215,60,49). Sum of RGB (Red+Green+Blue) = 215+60+49=324 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.36% from 324); Green value is 60 (23.83% from 255 or 18.52% from 324); Blue value is 49 (19.53% from 255 or 15.12% from 324); Max value from RGB is 215 - color contains mainly: red. Hex color #D73C31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73C31 is #28C3CE. Grayscale: #696969. Windows color (decimal): -2671567 or 3226839. OLE color: 3226839.

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

Color convert

RGB 215 60 49 -
CMYK 0 0.72 0.77 0.16
HSL 3.98º 0.67% 0.52% -
HSV(B) 3.98º 0.77% 0.84% -
XYZ 30.19 17.9 4.77 -
YUV 105.09 96.35 206.39 -
System Red Green Blue C M Y K H S L
Decimal 215 60 49 0 0.72 0.77 0.16 3.98 0.67 0.52
Hex D7 3C 31 0 48 4D 10 4 43 34
Octal 327 74 61 0 110 115 20 4 103 64
Binary 11010111 111100 110001 0 1001000 1001101 10000 100 1000011 110100

Color Harmonies of #D73C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73C31

Black with #D73C31

Text Example


Text Example

White with #D73C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73C31; }

 p { color: rgb(215,60,49); }

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

background-color css

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

 a { background-color: rgb(215,60,49); }

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

border-color css

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

 span { border-color: rgb(215,60,49); }

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