Html Css Color HEX #D73C2D Cinnabar

📋 copy color: '#D73C2D'

red 215 ◦ green 60 ◦ blue 45

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

Shades of Cinnabar #D73C2D

Tints of Cinnabar #D73C2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.06%

R = 67.19%
G = 18.75%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D73C2D (or 0xD73C2D) is known color: Cinnabar. HEX triplet: D7, 3C and 2D. RGB value is (215,60,45). Sum of RGB (Red+Green+Blue) = 215+60+45=320 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.19% from 320); Green value is 60 (23.83% from 255 or 18.75% from 320); Blue value is 45 (17.97% from 255 or 14.06% from 320); Max value from RGB is 215 - color contains mainly: red. Hex color #D73C2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73C2D is #28C3D2. Grayscale: #686868. Windows color (decimal): -2671571 or 2964695. OLE color: 2964695.

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

Color convert

RGB 215 60 45 -
CMYK 0 0.72 0.79 0.16
HSL 5.29º 0.68% 0.51% -
HSV(B) 5.29º 0.79% 0.84% -
XYZ 30.11 17.87 4.34 -
YUV 104.64 94.35 206.72 -
System Red Green Blue C M Y K H S L
Decimal 215 60 45 0 0.72 0.79 0.16 5.29 0.68 0.51
Hex D7 3C 2D 0 48 4F 10 5 44 33
Octal 327 74 55 0 110 117 20 5 104 63
Binary 11010111 111100 101101 0 1001000 1001111 10000 101 1000100 110011

Color Harmonies of #D73C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73C2D

Black with #D73C2D

Text Example


Text Example

White with #D73C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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