Html Css Color HEX #D73E3C Cinnabar

📋 copy color: '#D73E3C'

red 215 ◦ green 62 ◦ blue 60

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

Shades of Cinnabar #D73E3C

Tints of Cinnabar #D73E3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.8%

R = 63.8%
G = 18.4%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D73E3C (or 0xD73E3C) is known color: Cinnabar. HEX triplet: D7, 3E and 3C. RGB value is (215,62,60). Sum of RGB (Red+Green+Blue) = 215+62+60=337 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.80% from 337); Green value is 62 (24.61% from 255 or 18.40% from 337); Blue value is 60 (23.83% from 255 or 17.80% from 337); Max value from RGB is 215 - color contains mainly: red. Hex color #D73E3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73E3C is #28C1C3. Grayscale: #6B6B6B. Windows color (decimal): -2671044 or 3948247. OLE color: 3948247.

HSL color Cylindrical-coordinate representation of color #D73E3C: 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.72%. Process color model (Four color, CMYK) of #D73E3C is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 62 60 -
CMYK 0 0.71 0.72 0.16
HSL 0.77º 0.66% 0.54% -
HSV(B) 0.77º 0.72% 0.84% -
XYZ 30.56 18.22 6.18 -
YUV 107.52 101.19 204.66 -
System Red Green Blue C M Y K H S L
Decimal 215 62 60 0 0.71 0.72 0.16 0.77 0.66 0.54
Hex D7 3E 3C 0 47 48 10 1 42 36
Octal 327 76 74 0 107 110 20 1 102 66
Binary 11010111 111110 111100 0 1000111 1001000 10000 1 1000010 110110

Color Harmonies of #D73E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73E3C

Black with #D73E3C

Text Example


Text Example

White with #D73E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73E3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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