Html Css Color HEX #D73D3A Cinnabar

📋 copy color: '#D73D3A'

red 215 ◦ green 61 ◦ blue 58

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

Shades of Cinnabar #D73D3A

Tints of Cinnabar #D73D3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.37%

R = 64.37%
G = 18.26%
B = 17.37%

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

#D73D3A (or 0xD73D3A) is known color: Cinnabar. HEX triplet: D7, 3D and 3A. RGB value is (215,61,58). Sum of RGB (Red+Green+Blue) = 215+61+58=334 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.37% from 334); Green value is 61 (24.22% from 255 or 18.26% from 334); Blue value is 58 (23.05% from 255 or 17.37% from 334); Max value from RGB is 215 - color contains mainly: red. Hex color #D73D3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73D3A is #28C2C5. Grayscale: #6A6A6A. Windows color (decimal): -2671302 or 3816919. OLE color: 3816919.

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

Color convert

RGB 215 61 58 -
CMYK 0 0.72 0.73 0.16
HSL 1.15º 0.66% 0.54% -
HSV(B) 1.15º 0.73% 0.84% -
XYZ 30.46 18.09 5.89 -
YUV 106.7 100.52 205.24 -
System Red Green Blue C M Y K H S L
Decimal 215 61 58 0 0.72 0.73 0.16 1.15 0.66 0.54
Hex D7 3D 3A 0 48 49 10 1 42 36
Octal 327 75 72 0 110 111 20 1 102 66
Binary 11010111 111101 111010 0 1001000 1001001 10000 1 1000010 110110

Color Harmonies of #D73D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73D3A

Black with #D73D3A

Text Example


Text Example

White with #D73D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73D3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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