Html Css Color HEX #D70442 Crimson

📋 copy color: '#D70442'

red 215 ◦ green 4 ◦ blue 66

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

Shades of Crimson #D70442

Tints of Crimson #D70442

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.4%

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

R = 75.44%
G = 1.4%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D70442 (or 0xD70442) is known color: Crimson. HEX triplet: D7, 04 and 42. RGB value is (215,4,66). Sum of RGB (Red+Green+Blue) = 215+4+66=285 (37% of max value = 765). Red value is 215 (84.38% from 255 or 75.44% from 285); Green value is 4 (1.95% from 255 or 1.40% from 285); Blue value is 66 (26.17% from 255 or 23.16% from 285); Max value from RGB is 215 - color contains mainly: red. Hex color #D70442 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70442 is #28FBBD. Grayscale: #4A4A4A. Windows color (decimal): -2685886 or 4326615. OLE color: 4326615.

HSL color Cylindrical-coordinate representation of color #D70442: hue angle of 342.37º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D70442 is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 4 66 -
CMYK 0 0.98 0.69 0.16
HSL 342.37º 0.96% 0.43% -
HSV(B) 342.37º 0.98% 0.84% -
XYZ 29.05 14.93 6.5 -
YUV 74.16 123.4 228.46 -
System Red Green Blue C M Y K H S L
Decimal 215 4 66 0 0.98 0.69 0.16 342.37 0.96 0.43
Hex D7 4 42 0 62 45 10 156 60 2B
Octal 327 4 102 0 142 105 20 526 140 53
Binary 11010111 100 1000010 0 1100010 1000101 10000 101010110 1100000 101011

Color Harmonies of #D70442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70442

Black with #D70442

Text Example


Text Example

White with #D70442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70442; }

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

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

background-color css

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

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

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

border-color css

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

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

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