Html Css Color HEX #D73F2F Cinnabar

📋 copy color: '#D73F2F'

red 215 ◦ green 63 ◦ blue 47

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

Shades of Cinnabar #D73F2F

Tints of Cinnabar #D73F2F

RGB

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

 GREEN value IS 63 (25% from 255) = 19.38%

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

R = 66.15%
G = 19.38%
B = 14.46%

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

#D73F2F (or 0xD73F2F) is known color: Cinnabar. HEX triplet: D7, 3F and 2F. RGB value is (215,63,47). Sum of RGB (Red+Green+Blue) = 215+63+47=325 (43% of max value = 765). Red value is 215 (84.38% from 255 or 66.15% from 325); Green value is 63 (25% from 255 or 19.38% from 325); Blue value is 47 (18.75% from 255 or 14.46% from 325); Max value from RGB is 215 - color contains mainly: red. Hex color #D73F2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73F2F is #28C0D0. Grayscale: #6A6A6A. Windows color (decimal): -2670801 or 3096535. OLE color: 3096535.

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

Color convert

RGB 215 63 47 -
CMYK 0 0.71 0.78 0.16
HSL 5.71º 0.68% 0.51% -
HSV(B) 5.71º 0.78% 0.84% -
XYZ 30.31 18.21 4.61 -
YUV 106.62 94.36 205.3 -
System Red Green Blue C M Y K H S L
Decimal 215 63 47 0 0.71 0.78 0.16 5.71 0.68 0.51
Hex D7 3F 2F 0 47 4E 10 6 44 33
Octal 327 77 57 0 107 116 20 6 104 63
Binary 11010111 111111 101111 0 1000111 1001110 10000 110 1000100 110011

Color Harmonies of #D73F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73F2F

Black with #D73F2F

Text Example


Text Example

White with #D73F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73F2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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