Html Css Color HEX #D70733 Crimson

📋 copy color: '#D70733'

red 215 ◦ green 7 ◦ blue 51

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

Shades of Crimson #D70733

Tints of Crimson #D70733

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.68%

R = 78.75%
G = 2.56%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D70733 (or 0xD70733) is known color: Crimson. HEX triplet: D7, 07 and 33. RGB value is (215,7,51). Sum of RGB (Red+Green+Blue) = 215+7+51=273 (36% of max value = 765). Red value is 215 (84.38% from 255 or 78.75% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 51 (20.31% from 255 or 18.68% from 273); Max value from RGB is 215 - color contains mainly: red. Hex color #D70733 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70733 is #28F8CC. Grayscale: #4A4A4A. Windows color (decimal): -2685133 or 3344343. OLE color: 3344343.

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

Color convert

RGB 215 7 51 -
CMYK 0 0.97 0.76 0.16
HSL 347.31º 0.94% 0.44% -
HSV(B) 347.31º 0.97% 0.84% -
XYZ 28.7 14.84 4.48 -
YUV 74.21 114.91 228.42 -
System Red Green Blue C M Y K H S L
Decimal 215 7 51 0 0.97 0.76 0.16 347.31 0.94 0.44
Hex D7 7 33 0 61 4C 10 15B 5E 2C
Octal 327 7 63 0 141 114 20 533 136 54
Binary 11010111 111 110011 0 1100001 1001100 10000 101011011 1011110 101100

Color Harmonies of #D70733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70733

Black with #D70733

Text Example


Text Example

White with #D70733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70733; }

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

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

background-color css

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

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

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

border-color css

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

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

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