Html Css Color HEX #D70835 Crimson

📋 copy color: '#D70835'

red 215 ◦ green 8 ◦ blue 53

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

Shades of Crimson #D70835

Tints of Crimson #D70835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 19.2%

R = 77.9%
G = 2.9%
B = 19.2%

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

#D70835 (or 0xD70835) is known color: Crimson. HEX triplet: D7, 08 and 35. RGB value is (215,8,53). Sum of RGB (Red+Green+Blue) = 215+8+53=276 (36% of max value = 765). Red value is 215 (84.38% from 255 or 77.90% from 276); Green value is 8 (3.52% from 255 or 2.90% from 276); Blue value is 53 (21.09% from 255 or 19.20% from 276); Max value from RGB is 215 - color contains mainly: red. Hex color #D70835 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70835 is #28F7CA. Grayscale: #4B4B4B. Windows color (decimal): -2684875 or 3475671. OLE color: 3475671.

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

Color convert

RGB 215 8 53 -
CMYK 0 0.96 0.75 0.16
HSL 346.96º 0.93% 0.44% -
HSV(B) 346.96º 0.96% 0.84% -
XYZ 28.75 14.88 4.72 -
YUV 75.02 115.58 227.84 -
System Red Green Blue C M Y K H S L
Decimal 215 8 53 0 0.96 0.75 0.16 346.96 0.93 0.44
Hex D7 8 35 0 60 4B 10 15B 5D 2C
Octal 327 10 65 0 140 113 20 533 135 54
Binary 11010111 1000 110101 0 1100000 1001011 10000 101011011 1011101 101100

Color Harmonies of #D70835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70835

Black with #D70835

Text Example


Text Example

White with #D70835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70835; }

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

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

background-color css

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

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

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

border-color css

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

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

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