Html Css Color HEX #D73D3B Cinnabar

📋 copy color: '#D73D3B'

red 215 ◦ green 61 ◦ blue 59

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

Shades of Cinnabar #D73D3B

Tints of Cinnabar #D73D3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.61%

R = 64.18%
G = 18.21%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D73D3B (or 0xD73D3B) is known color: Cinnabar. HEX triplet: D7, 3D and 3B. RGB value is (215,61,59). Sum of RGB (Red+Green+Blue) = 215+61+59=335 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.18% from 335); Green value is 61 (24.22% from 255 or 18.21% from 335); Blue value is 59 (23.44% from 255 or 17.61% from 335); Max value from RGB is 215 - color contains mainly: red. Hex color #D73D3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73D3B is #28C2C4. Grayscale: #6A6A6A. Windows color (decimal): -2671301 or 3882455. OLE color: 3882455.

HSL color Cylindrical-coordinate representation of color #D73D3B: hue angle of 0.77º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D73D3B is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 61 59 -
CMYK 0 0.72 0.73 0.16
HSL 0.77º 0.66% 0.54% -
HSV(B) 0.77º 0.73% 0.84% -
XYZ 30.48 18.1 6.02 -
YUV 106.82 101.02 205.16 -
System Red Green Blue C M Y K H S L
Decimal 215 61 59 0 0.72 0.73 0.16 0.77 0.66 0.54
Hex D7 3D 3B 0 48 49 10 1 42 36
Octal 327 75 73 0 110 111 20 1 102 66
Binary 11010111 111101 111011 0 1001000 1001001 10000 1 1000010 110110

Color Harmonies of #D73D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73D3B

Black with #D73D3B

Text Example


Text Example

White with #D73D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73D3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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