Html Css Color HEX #D70B41 Crimson

📋 copy color: '#D70B41'

red 215 ◦ green 11 ◦ blue 65

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

Shades of Crimson #D70B41

Tints of Crimson #D70B41

RGB

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

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

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

R = 73.88%
G = 3.78%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D70B41 (or 0xD70B41) is known color: Crimson. HEX triplet: D7, 0B and 41. RGB value is (215,11,65). Sum of RGB (Red+Green+Blue) = 215+11+65=291 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.88% from 291); Green value is 11 (4.69% from 255 or 3.78% from 291); Blue value is 65 (25.78% from 255 or 22.34% from 291); Max value from RGB is 215 - color contains mainly: red. Hex color #D70B41 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70B41 is #28F4BE. Grayscale: #4E4E4E. Windows color (decimal): -2684095 or 4262871. OLE color: 4262871.

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

Color convert

RGB 215 11 65 -
CMYK 0 0.95 0.70 0.16
HSL 344.12º 0.9% 0.44% -
HSV(B) 344.12º 0.95% 0.84% -
XYZ 29.1 15.07 6.38 -
YUV 78.15 120.59 225.61 -
System Red Green Blue C M Y K H S L
Decimal 215 11 65 0 0.95 0.70 0.16 344.12 0.9 0.44
Hex D7 B 41 0 5F 46 10 158 5A 2C
Octal 327 13 101 0 137 106 20 530 132 54
Binary 11010111 1011 1000001 0 1011111 1000110 10000 101011000 1011010 101100

Color Harmonies of #D70B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70B41

Black with #D70B41

Text Example


Text Example

White with #D70B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70B41; }

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

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

background-color css

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

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

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

border-color css

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

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

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