Html Css Color HEX #D70246 Crimson

📋 copy color: '#D70246'

red 215 ◦ green 2 ◦ blue 70

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

Shades of Crimson #D70246

Tints of Crimson #D70246

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.7%

 BLUE value IS 70 (27.73% from 255) = 24.39%

R = 74.91%
G = 0.7%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D70246 (or 0xD70246) is known color: Crimson. HEX triplet: D7, 02 and 46. RGB value is (215,2,70). Sum of RGB (Red+Green+Blue) = 215+2+70=287 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.91% from 287); Green value is 2 (1.17% from 255 or 0.70% from 287); Blue value is 70 (27.73% from 255 or 24.39% from 287); Max value from RGB is 215 - color contains mainly: red. Hex color #D70246 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70246 is #28FDB9. Grayscale: #494949. Windows color (decimal): -2686394 or 4588247. OLE color: 4588247.

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

Color convert

RGB 215 2 70 -
CMYK 0 0.99 0.67 0.16
HSL 340.85º 0.98% 0.43% -
HSV(B) 340.85º 0.99% 0.84% -
XYZ 29.15 14.93 7.14 -
YUV 73.44 126.07 228.97 -
System Red Green Blue C M Y K H S L
Decimal 215 2 70 0 0.99 0.67 0.16 340.85 0.98 0.43
Hex D7 2 46 0 63 43 10 155 62 2B
Octal 327 2 106 0 143 103 20 525 142 53
Binary 11010111 10 1000110 0 1100011 1000011 10000 101010101 1100010 101011

Color Harmonies of #D70246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70246

Black with #D70246

Text Example


Text Example

White with #D70246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70246; }

 p { color: rgb(215,2,70); }

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

background-color css

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

 a { background-color: rgb(215,2,70); }

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

border-color css

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

 span { border-color: rgb(215,2,70); }

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