Html Css Color HEX #D5073F Crimson

📋 copy color: '#D5073F'

red 213 ◦ green 7 ◦ blue 63

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

Shades of Crimson #D5073F

Tints of Crimson #D5073F

RGB

 RED value IS 213 (83.59% from 255) = 75.27%

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

 BLUE value IS 63 (25% from 255) = 22.26%

R = 75.27%
G = 2.47%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D5073F (or 0xD5073F) is known color: Crimson. HEX triplet: D5, 07 and 3F. RGB value is (213,7,63). Sum of RGB (Red+Green+Blue) = 213+7+63=283 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.27% from 283); Green value is 7 (3.12% from 255 or 2.47% from 283); Blue value is 63 (25% from 255 or 22.26% from 283); Max value from RGB is 213 - color contains mainly: red. Hex color #D5073F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5073F is #2AF8C0. Grayscale: #4A4A4A. Windows color (decimal): -2816193 or 4130773. OLE color: 4130773.

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

Color convert

RGB 213 7 63 -
CMYK 0 0.97 0.70 0.16
HSL 343.69º 0.94% 0.43% -
HSV(B) 343.69º 0.97% 0.84% -
XYZ 28.41 14.66 6.03 -
YUV 74.98 121.25 226.45 -
System Red Green Blue C M Y K H S L
Decimal 213 7 63 0 0.97 0.70 0.16 343.69 0.94 0.43
Hex D5 7 3F 0 61 46 10 158 5E 2B
Octal 325 7 77 0 141 106 20 530 136 53
Binary 11010101 111 111111 0 1100001 1000110 10000 101011000 1011110 101011

Color Harmonies of #D5073F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5073F

Black with #D5073F

Text Example


Text Example

White with #D5073F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5073F; }

 p { color: rgb(213,7,63); }

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

background-color css

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

 a { background-color: rgb(213,7,63); }

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

border-color css

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

 span { border-color: rgb(213,7,63); }

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