Html Css Color HEX #D70834 Crimson

📋 copy color: '#D70834'

red 215 ◦ green 8 ◦ blue 52

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

Shades of Crimson #D70834

Tints of Crimson #D70834

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.91%

R = 78.18%
G = 2.91%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D70834 (or 0xD70834) is known color: Crimson. HEX triplet: D7, 08 and 34. RGB value is (215,8,52). Sum of RGB (Red+Green+Blue) = 215+8+52=275 (36% of max value = 765). Red value is 215 (84.38% from 255 or 78.18% from 275); Green value is 8 (3.52% from 255 or 2.91% from 275); Blue value is 52 (20.70% from 255 or 18.91% from 275); Max value from RGB is 215 - color contains mainly: red. Hex color #D70834 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70834 is #28F7CB. Grayscale: #4A4A4A. Windows color (decimal): -2684876 or 3410135. OLE color: 3410135.

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

Color convert

RGB 215 8 52 -
CMYK 0 0.96 0.76 0.16
HSL 347.25º 0.93% 0.44% -
HSV(B) 347.25º 0.96% 0.84% -
XYZ 28.73 14.87 4.6 -
YUV 74.91 115.08 227.92 -
System Red Green Blue C M Y K H S L
Decimal 215 8 52 0 0.96 0.76 0.16 347.25 0.93 0.44
Hex D7 8 34 0 60 4C 10 15B 5D 2C
Octal 327 10 64 0 140 114 20 533 135 54
Binary 11010111 1000 110100 0 1100000 1001100 10000 101011011 1011101 101100

Color Harmonies of #D70834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70834

Black with #D70834

Text Example


Text Example

White with #D70834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70834; }

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

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

background-color css

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

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

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

border-color css

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

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

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