Html Css Color HEX #D70142 Crimson

📋 copy color: '#D70142'

red 215 ◦ green 1 ◦ blue 66

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

Shades of Crimson #D70142

Tints of Crimson #D70142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23.4%

R = 76.24%
G = 0.35%
B = 23.4%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D70142 (or 0xD70142) is known color: Crimson. HEX triplet: D7, 01 and 42. RGB value is (215,1,66). Sum of RGB (Red+Green+Blue) = 215+1+66=282 (37% of max value = 765). Red value is 215 (84.38% from 255 or 76.24% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 66 (26.17% from 255 or 23.40% from 282); Max value from RGB is 215 - color contains mainly: red. Hex color #D70142 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70142 is #28FEBD. Grayscale: #484848. Windows color (decimal): -2686654 or 4325847. OLE color: 4325847.

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

Color convert

RGB 215 1 66 -
CMYK 0 1.00 0.69 0.16
HSL 341.78º 0.99% 0.42% -
HSV(B) 341.78º 1% 0.84% -
XYZ 29.02 14.86 6.49 -
YUV 72.4 124.4 229.71 -
System Red Green Blue C M Y K H S L
Decimal 215 1 66 0 1.00 0.69 0.16 341.78 0.99 0.42
Hex D7 1 42 0 64 45 10 156 63 2A
Octal 327 1 102 0 144 105 20 526 143 52
Binary 11010111 1 1000010 0 1100100 1000101 10000 101010110 1100011 101010

Color Harmonies of #D70142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70142

Black with #D70142

Text Example


Text Example

White with #D70142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70142; }

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

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

background-color css

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

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

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

border-color css

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

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

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