Html Css Color HEX #D73D2C Cinnabar

📋 copy color: '#D73D2C'

red 215 ◦ green 61 ◦ blue 44

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

Shades of Cinnabar #D73D2C

Tints of Cinnabar #D73D2C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.06%

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

R = 67.19%
G = 19.06%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D73D2C (or 0xD73D2C) is known color: Cinnabar. HEX triplet: D7, 3D and 2C. RGB value is (215,61,44). Sum of RGB (Red+Green+Blue) = 215+61+44=320 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.19% from 320); Green value is 61 (24.22% from 255 or 19.06% from 320); Blue value is 44 (17.58% from 255 or 13.75% from 320); Max value from RGB is 215 - color contains mainly: red. Hex color #D73D2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73D2C is #28C2D3. Grayscale: #696969. Windows color (decimal): -2671316 or 2899415. OLE color: 2899415.

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

Color convert

RGB 215 61 44 -
CMYK 0 0.72 0.80 0.16
HSL 5.96º 0.68% 0.51% -
HSV(B) 5.96º 0.8% 0.84% -
XYZ 30.15 17.97 4.26 -
YUV 105.11 93.52 206.38 -
System Red Green Blue C M Y K H S L
Decimal 215 61 44 0 0.72 0.80 0.16 5.96 0.68 0.51
Hex D7 3D 2C 0 48 50 10 6 44 33
Octal 327 75 54 0 110 120 20 6 104 63
Binary 11010111 111101 101100 0 1001000 1010000 10000 110 1000100 110011

Color Harmonies of #D73D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73D2C

Black with #D73D2C

Text Example


Text Example

White with #D73D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73D2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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