Html Css Color HEX #D70841 Crimson

📋 copy color: '#D70841'

red 215 ◦ green 8 ◦ blue 65

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

Shades of Crimson #D70841

Tints of Crimson #D70841

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.78%

 BLUE value IS 65 (25.78% from 255) = 22.57%

R = 74.65%
G = 2.78%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D70841 (or 0xD70841) is known color: Crimson. HEX triplet: D7, 08 and 41. RGB value is (215,8,65). Sum of RGB (Red+Green+Blue) = 215+8+65=288 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.65% from 288); Green value is 8 (3.52% from 255 or 2.78% from 288); Blue value is 65 (25.78% from 255 or 22.57% from 288); Max value from RGB is 215 - color contains mainly: red. Hex color #D70841 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70841 is #28F7BE. Grayscale: #4C4C4C. Windows color (decimal): -2684863 or 4262103. OLE color: 4262103.

HSL color Cylindrical-coordinate representation of color #D70841: hue angle of 343.48º degrees, saturation: 0.93, 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 #D70841 is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 8 65 -
CMYK 0 0.96 0.70 0.16
HSL 343.48º 0.93% 0.44% -
HSV(B) 343.48º 0.96% 0.84% -
XYZ 29.07 15 6.36 -
YUV 76.39 121.58 226.87 -
System Red Green Blue C M Y K H S L
Decimal 215 8 65 0 0.96 0.70 0.16 343.48 0.93 0.44
Hex D7 8 41 0 60 46 10 157 5D 2C
Octal 327 10 101 0 140 106 20 527 135 54
Binary 11010111 1000 1000001 0 1100000 1000110 10000 101010111 1011101 101100

Color Harmonies of #D70841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70841

Black with #D70841

Text Example


Text Example

White with #D70841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70841; }

 p { color: rgb(215,8,65); }

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

background-color css

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

 a { background-color: rgb(215,8,65); }

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

border-color css

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

 span { border-color: rgb(215,8,65); }

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