Html Css Color HEX #D70138 Crimson

📋 copy color: '#D70138'

red 215 ◦ green 1 ◦ blue 56

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

Shades of Crimson #D70138

Tints of Crimson #D70138

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

 BLUE value IS 56 (22.27% from 255) = 20.59%

R = 79.04%
G = 0.37%
B = 20.59%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D70138 (or 0xD70138) is known color: Crimson. HEX triplet: D7, 01 and 38. RGB value is (215,1,56). Sum of RGB (Red+Green+Blue) = 215+1+56=272 (36% of max value = 765). Red value is 215 (84.38% from 255 or 79.04% from 272); Green value is 1 (0.78% from 255 or 0.37% from 272); Blue value is 56 (22.27% from 255 or 20.59% from 272); Max value from RGB is 215 - color contains mainly: red. Hex color #D70138 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70138 is #28FEC7. Grayscale: #474747. Windows color (decimal): -2686664 or 3670487. OLE color: 3670487.

HSL color Cylindrical-coordinate representation of color #D70138: hue angle of 344.58º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D70138 is Cyan = 0, Magento = 1.00, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 1 56 -
CMYK 0 1.00 0.74 0.16
HSL 344.58º 0.99% 0.42% -
HSV(B) 344.58º 1% 0.84% -
XYZ 28.75 14.75 5.07 -
YUV 71.26 119.4 230.53 -
System Red Green Blue C M Y K H S L
Decimal 215 1 56 0 1.00 0.74 0.16 344.58 0.99 0.42
Hex D7 1 38 0 64 4A 10 159 63 2A
Octal 327 1 70 0 144 112 20 531 143 52
Binary 11010111 1 111000 0 1100100 1001010 10000 101011001 1100011 101010

Color Harmonies of #D70138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70138

Black with #D70138

Text Example


Text Example

White with #D70138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70138; }

 p { color: rgb(215,1,56); }

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

background-color css

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

 a { background-color: rgb(215,1,56); }

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

border-color css

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

 span { border-color: rgb(215,1,56); }

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