Html Css Color HEX #D70836 Crimson

📋 copy color: '#D70836'

red 215 ◦ green 8 ◦ blue 54

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

Shades of Crimson #D70836

Tints of Crimson #D70836

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 19.49%

R = 77.62%
G = 2.89%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D70836 (or 0xD70836) is known color: Crimson. HEX triplet: D7, 08 and 36. RGB value is (215,8,54). Sum of RGB (Red+Green+Blue) = 215+8+54=277 (36% of max value = 765). Red value is 215 (84.38% from 255 or 77.62% from 277); Green value is 8 (3.52% from 255 or 2.89% from 277); Blue value is 54 (21.48% from 255 or 19.49% from 277); Max value from RGB is 215 - color contains mainly: red. Hex color #D70836 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70836 is #28F7C9. Grayscale: #4B4B4B. Windows color (decimal): -2684874 or 3541207. OLE color: 3541207.

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

Color convert

RGB 215 8 54 -
CMYK 0 0.96 0.75 0.16
HSL 346.67º 0.93% 0.44% -
HSV(B) 346.67º 0.96% 0.84% -
XYZ 28.78 14.89 4.85 -
YUV 75.14 116.08 227.76 -
System Red Green Blue C M Y K H S L
Decimal 215 8 54 0 0.96 0.75 0.16 346.67 0.93 0.44
Hex D7 8 36 0 60 4B 10 15B 5D 2C
Octal 327 10 66 0 140 113 20 533 135 54
Binary 11010111 1000 110110 0 1100000 1001011 10000 101011011 1011101 101100

Color Harmonies of #D70836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70836

Black with #D70836

Text Example


Text Example

White with #D70836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70836; }

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

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

background-color css

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

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

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

border-color css

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

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

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