Html Css Color HEX #D73E2F Cinnabar

📋 copy color: '#D73E2F'

red 215 ◦ green 62 ◦ blue 47

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

Shades of Cinnabar #D73E2F

Tints of Cinnabar #D73E2F

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.14%

 BLUE value IS 47 (18.75% from 255) = 14.51%

R = 66.36%
G = 19.14%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D73E2F (or 0xD73E2F) is known color: Cinnabar. HEX triplet: D7, 3E and 2F. RGB value is (215,62,47). Sum of RGB (Red+Green+Blue) = 215+62+47=324 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.36% from 324); Green value is 62 (24.61% from 255 or 19.14% from 324); Blue value is 47 (18.75% from 255 or 14.51% from 324); Max value from RGB is 215 - color contains mainly: red. Hex color #D73E2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73E2F is #28C1D0. Grayscale: #6A6A6A. Windows color (decimal): -2671057 or 3096279. OLE color: 3096279.

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

Color convert

RGB 215 62 47 -
CMYK 0 0.71 0.78 0.16
HSL 5.36º 0.68% 0.51% -
HSV(B) 5.36º 0.78% 0.84% -
XYZ 30.26 18.1 4.59 -
YUV 106.04 94.69 205.72 -
System Red Green Blue C M Y K H S L
Decimal 215 62 47 0 0.71 0.78 0.16 5.36 0.68 0.51
Hex D7 3E 2F 0 47 4E 10 5 44 33
Octal 327 76 57 0 107 116 20 5 104 63
Binary 11010111 111110 101111 0 1000111 1001110 10000 101 1000100 110011

Color Harmonies of #D73E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73E2F

Black with #D73E2F

Text Example


Text Example

White with #D73E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73E2F; }

 p { color: rgb(215,62,47); }

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

background-color css

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

 a { background-color: rgb(215,62,47); }

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

border-color css

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

 span { border-color: rgb(215,62,47); }

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