Html Css Color HEX #D7073B Crimson

📋 copy color: '#D7073B'

red 215 ◦ green 7 ◦ blue 59

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

Shades of Crimson #D7073B

Tints of Crimson #D7073B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21%

R = 76.51%
G = 2.49%
B = 21%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D7073B (or 0xD7073B) is known color: Crimson. HEX triplet: D7, 07 and 3B. RGB value is (215,7,59). Sum of RGB (Red+Green+Blue) = 215+7+59=281 (37% of max value = 765). Red value is 215 (84.38% from 255 or 76.51% from 281); Green value is 7 (3.12% from 255 or 2.49% from 281); Blue value is 59 (23.44% from 255 or 21.00% from 281); Max value from RGB is 215 - color contains mainly: red. Hex color #D7073B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7073B is #28F8C4. Grayscale: #4B4B4B. Windows color (decimal): -2685125 or 3868631. OLE color: 3868631.

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

Color convert

RGB 215 7 59 -
CMYK 0 0.97 0.73 0.16
HSL 345º 0.94% 0.44% -
HSV(B) 345º 0.97% 0.84% -
XYZ 28.89 14.91 5.49 -
YUV 75.12 118.91 227.77 -
System Red Green Blue C M Y K H S L
Decimal 215 7 59 0 0.97 0.73 0.16 345 0.94 0.44
Hex D7 7 3B 0 61 49 10 159 5E 2C
Octal 327 7 73 0 141 111 20 531 136 54
Binary 11010111 111 111011 0 1100001 1001001 10000 101011001 1011110 101100

Color Harmonies of #D7073B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7073B

Black with #D7073B

Text Example


Text Example

White with #D7073B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7073B; }

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

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

background-color css

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

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

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

border-color css

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

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

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