Html Css Color HEX #D70943 Crimson

📋 copy color: '#D70943'

red 215 ◦ green 9 ◦ blue 67

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

Shades of Crimson #D70943

Tints of Crimson #D70943

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.09%

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

R = 73.88%
G = 3.09%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D70943 (or 0xD70943) is known color: Crimson. HEX triplet: D7, 09 and 43. RGB value is (215,9,67). Sum of RGB (Red+Green+Blue) = 215+9+67=291 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.88% from 291); Green value is 9 (3.91% from 255 or 3.09% from 291); Blue value is 67 (26.56% from 255 or 23.02% from 291); Max value from RGB is 215 - color contains mainly: red. Hex color #D70943 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70943 is #28F6BC. Grayscale: #4D4D4D. Windows color (decimal): -2684605 or 4393431. OLE color: 4393431.

HSL color Cylindrical-coordinate representation of color #D70943: hue angle of 343.11º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D70943 is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 9 67 -
CMYK 0 0.96 0.69 0.16
HSL 343.11º 0.92% 0.44% -
HSV(B) 343.11º 0.96% 0.84% -
XYZ 29.14 15.05 6.68 -
YUV 77.21 122.25 226.28 -
System Red Green Blue C M Y K H S L
Decimal 215 9 67 0 0.96 0.69 0.16 343.11 0.92 0.44
Hex D7 9 43 0 60 45 10 157 5C 2C
Octal 327 11 103 0 140 105 20 527 134 54
Binary 11010111 1001 1000011 0 1100000 1000101 10000 101010111 1011100 101100

Color Harmonies of #D70943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70943

Black with #D70943

Text Example


Text Example

White with #D70943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70943; }

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

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

background-color css

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

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

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

border-color css

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

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

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