Html Css Color HEX #D7073C Crimson

📋 copy color: '#D7073C'

red 215 ◦ green 7 ◦ blue 60

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

Shades of Crimson #D7073C

Tints of Crimson #D7073C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.48%

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

R = 76.24%
G = 2.48%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D7073C (or 0xD7073C) is known color: Crimson. HEX triplet: D7, 07 and 3C. RGB value is (215,7,60). Sum of RGB (Red+Green+Blue) = 215+7+60=282 (37% of max value = 765). Red value is 215 (84.38% from 255 or 76.24% from 282); Green value is 7 (3.12% from 255 or 2.48% from 282); Blue value is 60 (23.83% from 255 or 21.28% from 282); Max value from RGB is 215 - color contains mainly: red. Hex color #D7073C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7073C is #28F8C3. Grayscale: #4B4B4B. Windows color (decimal): -2685124 or 3934167. OLE color: 3934167.

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

Color convert

RGB 215 7 60 -
CMYK 0 0.97 0.72 0.16
HSL 344.71º 0.94% 0.44% -
HSV(B) 344.71º 0.97% 0.84% -
XYZ 28.92 14.93 5.63 -
YUV 75.23 119.41 227.69 -
System Red Green Blue C M Y K H S L
Decimal 215 7 60 0 0.97 0.72 0.16 344.71 0.94 0.44
Hex D7 7 3C 0 61 48 10 159 5E 2C
Octal 327 7 74 0 141 110 20 531 136 54
Binary 11010111 111 111100 0 1100001 1001000 10000 101011001 1011110 101100

Color Harmonies of #D7073C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7073C

Black with #D7073C

Text Example


Text Example

White with #D7073C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7073C; }

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

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

background-color css

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

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

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

border-color css

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

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

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