Html Css Color HEX #D70743 Crimson

📋 copy color: '#D70743'

red 215 ◦ green 7 ◦ blue 67

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

Shades of Crimson #D70743

Tints of Crimson #D70743

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 23.18%

R = 74.39%
G = 2.42%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D70743 (or 0xD70743) is known color: Crimson. HEX triplet: D7, 07 and 43. RGB value is (215,7,67). Sum of RGB (Red+Green+Blue) = 215+7+67=289 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.39% from 289); Green value is 7 (3.12% from 255 or 2.42% from 289); Blue value is 67 (26.56% from 255 or 23.18% from 289); Max value from RGB is 215 - color contains mainly: red. Hex color #D70743 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70743 is #28F8BC. Grayscale: #4C4C4C. Windows color (decimal): -2685117 or 4392919. OLE color: 4392919.

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

Color convert

RGB 215 7 67 -
CMYK 0 0.97 0.69 0.16
HSL 342.69º 0.94% 0.44% -
HSV(B) 342.69º 0.97% 0.84% -
XYZ 29.11 15 6.67 -
YUV 76.03 122.91 227.12 -
System Red Green Blue C M Y K H S L
Decimal 215 7 67 0 0.97 0.69 0.16 342.69 0.94 0.44
Hex D7 7 43 0 61 45 10 157 5E 2C
Octal 327 7 103 0 141 105 20 527 136 54
Binary 11010111 111 1000011 0 1100001 1000101 10000 101010111 1011110 101100

Color Harmonies of #D70743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70743

Black with #D70743

Text Example


Text Example

White with #D70743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70743; }

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

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

background-color css

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

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

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

border-color css

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

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

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