Html Css Color HEX #D73C3C Persian Red

📋 copy color: '#D73C3C'

red 215 ◦ green 60 ◦ blue 60

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

Shades of Persian Red #D73C3C

Tints of Persian Red #D73C3C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.91%

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

R = 64.18%
G = 17.91%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D73C3C (or 0xD73C3C) is known color: Persian Red. HEX triplet: D7, 3C and 3C. RGB value is (215,60,60). Sum of RGB (Red+Green+Blue) = 215+60+60=335 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.18% from 335); Green value is 60 (23.83% from 255 or 17.91% from 335); Blue value is 60 (23.83% from 255 or 17.91% from 335); Max value from RGB is 215 - color contains mainly: red. Hex color #D73C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73C3C is #28C3C3. Grayscale: #6A6A6A. Windows color (decimal): -2671556 or 3947735. OLE color: 3947735.

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

Color convert

RGB 215 60 60 -
CMYK 0 0.72 0.72 0.16
HSL 0.66% 0.54% -
HSV(B) 0.72% 0.84% -
XYZ 30.46 18.01 6.15 -
YUV 106.35 101.85 205.5 -
System Red Green Blue C M Y K H S L
Decimal 215 60 60 0 0.72 0.72 0.16 0 0.66 0.54
Hex D7 3C 3C 0 48 48 10 0 42 36
Octal 327 74 74 0 110 110 20 0 102 66
Binary 11010111 111100 111100 0 1001000 1001000 10000 0 1000010 110110

Color Harmonies of #D73C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73C3C

Black with #D73C3C

Text Example


Text Example

White with #D73C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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