Html Css Color HEX #D70B3B Crimson

📋 copy color: '#D70B3B'

red 215 ◦ green 11 ◦ blue 59

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

Shades of Crimson #D70B3B

Tints of Crimson #D70B3B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.86%

 BLUE value IS 59 (23.44% from 255) = 20.7%

R = 75.44%
G = 3.86%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D70B3B (or 0xD70B3B) is known color: Crimson. HEX triplet: D7, 0B and 3B. RGB value is (215,11,59). Sum of RGB (Red+Green+Blue) = 215+11+59=285 (37% of max value = 765). Red value is 215 (84.38% from 255 or 75.44% from 285); Green value is 11 (4.69% from 255 or 3.86% from 285); Blue value is 59 (23.44% from 255 or 20.70% from 285); Max value from RGB is 215 - color contains mainly: red. Hex color #D70B3B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70B3B is #28F4C4. Grayscale: #4D4D4D. Windows color (decimal): -2684101 or 3869655. OLE color: 3869655.

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

Color convert

RGB 215 11 59 -
CMYK 0 0.95 0.73 0.16
HSL 345.88º 0.9% 0.44% -
HSV(B) 345.88º 0.95% 0.84% -
XYZ 28.93 15 5.51 -
YUV 77.47 117.59 226.1 -
System Red Green Blue C M Y K H S L
Decimal 215 11 59 0 0.95 0.73 0.16 345.88 0.9 0.44
Hex D7 B 3B 0 5F 49 10 15A 5A 2C
Octal 327 13 73 0 137 111 20 532 132 54
Binary 11010111 1011 111011 0 1011111 1001001 10000 101011010 1011010 101100

Color Harmonies of #D70B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70B3B

Black with #D70B3B

Text Example


Text Example

White with #D70B3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70B3B; }

 p { color: rgb(215,11,59); }

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

background-color css

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

 a { background-color: rgb(215,11,59); }

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

border-color css

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

 span { border-color: rgb(215,11,59); }

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