Html Css Color HEX #D70440 Crimson

📋 copy color: '#D70440'

red 215 ◦ green 4 ◦ blue 64

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

Shades of Crimson #D70440

Tints of Crimson #D70440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 22.61%

R = 75.97%
G = 1.41%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D70440 (or 0xD70440) is known color: Crimson. HEX triplet: D7, 04 and 40. RGB value is (215,4,64). Sum of RGB (Red+Green+Blue) = 215+4+64=283 (37% of max value = 765). Red value is 215 (84.38% from 255 or 75.97% from 283); Green value is 4 (1.95% from 255 or 1.41% from 283); Blue value is 64 (25.39% from 255 or 22.61% from 283); Max value from RGB is 215 - color contains mainly: red. Hex color #D70440 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70440 is #28FBBF. Grayscale: #494949. Windows color (decimal): -2685888 or 4195543. OLE color: 4195543.

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

Color convert

RGB 215 4 64 -
CMYK 0 0.98 0.70 0.16
HSL 342.94º 0.96% 0.43% -
HSV(B) 342.94º 0.98% 0.84% -
XYZ 28.99 14.9 6.2 -
YUV 73.93 122.4 228.62 -
System Red Green Blue C M Y K H S L
Decimal 215 4 64 0 0.98 0.70 0.16 342.94 0.96 0.43
Hex D7 4 40 0 62 46 10 157 60 2B
Octal 327 4 100 0 142 106 20 527 140 53
Binary 11010111 100 1000000 0 1100010 1000110 10000 101010111 1100000 101011

Color Harmonies of #D70440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70440

Black with #D70440

Text Example


Text Example

White with #D70440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70440; }

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

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

background-color css

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

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

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

border-color css

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

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

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