Html Css Color HEX #D73E2E Cinnabar

📋 copy color: '#D73E2E'

red 215 ◦ green 62 ◦ blue 46

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

Shades of Cinnabar #D73E2E

Tints of Cinnabar #D73E2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.24%

R = 66.56%
G = 19.2%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D73E2E (or 0xD73E2E) is known color: Cinnabar. HEX triplet: D7, 3E and 2E. RGB value is (215,62,46). Sum of RGB (Red+Green+Blue) = 215+62+46=323 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.56% from 323); Green value is 62 (24.61% from 255 or 19.20% from 323); Blue value is 46 (18.36% from 255 or 14.24% from 323); Max value from RGB is 215 - color contains mainly: red. Hex color #D73E2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73E2E is #28C1D1. Grayscale: #6A6A6A. Windows color (decimal): -2671058 or 3030743. OLE color: 3030743.

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

Color convert

RGB 215 62 46 -
CMYK 0 0.71 0.79 0.16
HSL 5.68º 0.68% 0.51% -
HSV(B) 5.68º 0.79% 0.84% -
XYZ 30.24 18.09 4.48 -
YUV 105.92 94.19 205.8 -
System Red Green Blue C M Y K H S L
Decimal 215 62 46 0 0.71 0.79 0.16 5.68 0.68 0.51
Hex D7 3E 2E 0 47 4F 10 6 44 33
Octal 327 76 56 0 107 117 20 6 104 63
Binary 11010111 111110 101110 0 1000111 1001111 10000 110 1000100 110011

Color Harmonies of #D73E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73E2E

Black with #D73E2E

Text Example


Text Example

White with #D73E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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