Html Css Color HEX #D73E2B Cinnabar

📋 copy color: '#D73E2B'

red 215 ◦ green 62 ◦ blue 43

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

Shades of Cinnabar #D73E2B

Tints of Cinnabar #D73E2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.44%

R = 67.19%
G = 19.38%
B = 13.44%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.8

 K value IS 0.16

RGB Variations

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

Color information

#D73E2B (or 0xD73E2B) is known color: Cinnabar. HEX triplet: D7, 3E and 2B. RGB value is (215,62,43). Sum of RGB (Red+Green+Blue) = 215+62+43=320 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.19% from 320); Green value is 62 (24.61% from 255 or 19.38% from 320); Blue value is 43 (17.19% from 255 or 13.44% from 320); Max value from RGB is 215 - color contains mainly: red. Hex color #D73E2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73E2B is #28C1D4. Grayscale: #696969. Windows color (decimal): -2671061 or 2834135. OLE color: 2834135.

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

Color convert

RGB 215 62 43 -
CMYK 0 0.71 0.8 0.16
HSL 6.63º 0.68% 0.51% -
HSV(B) 6.63º 0.8% 0.84% -
XYZ 30.18 18.07 4.18 -
YUV 105.58 92.69 206.04 -
System Red Green Blue C M Y K H S L
Decimal 215 62 43 0 0.71 0.8 0.16 6.63 0.68 0.51
Hex D7 3E 2B 0 47 50 10 7 44 33
Octal 327 76 53 0 107 120 20 7 104 63
Binary 11010111 111110 101011 0 1000111 1010000 10000 111 1000100 110011

Color Harmonies of #D73E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73E2B

Black with #D73E2B

Text Example


Text Example

White with #D73E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73E2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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