Html Css Color HEX #D7073D Crimson

📋 copy color: '#D7073D'

red 215 ◦ green 7 ◦ blue 61

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

Shades of Crimson #D7073D

Tints of Crimson #D7073D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.55%

R = 75.97%
G = 2.47%
B = 21.55%

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

#D7073D (or 0xD7073D) is known color: Crimson. HEX triplet: D7, 07 and 3D. RGB value is (215,7,61). Sum of RGB (Red+Green+Blue) = 215+7+61=283 (37% of max value = 765). Red value is 215 (84.38% from 255 or 75.97% from 283); Green value is 7 (3.12% from 255 or 2.47% from 283); Blue value is 61 (24.22% from 255 or 21.55% from 283); Max value from RGB is 215 - color contains mainly: red. Hex color #D7073D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7073D is #28F8C2. Grayscale: #4B4B4B. Windows color (decimal): -2685123 or 3999703. OLE color: 3999703.

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

Color convert

RGB 215 7 61 -
CMYK 0 0.97 0.72 0.16
HSL 344.42º 0.94% 0.44% -
HSV(B) 344.42º 0.97% 0.84% -
XYZ 28.94 14.94 5.77 -
YUV 75.35 119.91 227.61 -
System Red Green Blue C M Y K H S L
Decimal 215 7 61 0 0.97 0.72 0.16 344.42 0.94 0.44
Hex D7 7 3D 0 61 48 10 158 5E 2C
Octal 327 7 75 0 141 110 20 530 136 54
Binary 11010111 111 111101 0 1100001 1001000 10000 101011000 1011110 101100

Color Harmonies of #D7073D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7073D

Black with #D7073D

Text Example


Text Example

White with #D7073D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7073D; }

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

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

background-color css

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

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

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

border-color css

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

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

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