Html Css Color HEX #D70231 Crimson

📋 copy color: '#D70231'

red 215 ◦ green 2 ◦ blue 49

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

Shades of Crimson #D70231

Tints of Crimson #D70231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 18.42%

R = 80.83%
G = 0.75%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D70231 (or 0xD70231) is known color: Crimson. HEX triplet: D7, 02 and 31. RGB value is (215,2,49). Sum of RGB (Red+Green+Blue) = 215+2+49=266 (35% of max value = 765). Red value is 215 (84.38% from 255 or 80.83% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 49 (19.53% from 255 or 18.42% from 266); Max value from RGB is 215 - color contains mainly: red. Hex color #D70231 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70231 is #28FDCE. Grayscale: #474747. Windows color (decimal): -2686415 or 3211991. OLE color: 3211991.

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

Color convert

RGB 215 2 49 -
CMYK 0 0.99 0.77 0.16
HSL 346.76º 0.98% 0.43% -
HSV(B) 346.76º 0.99% 0.84% -
XYZ 28.6 14.71 4.24 -
YUV 71.05 115.57 230.68 -
System Red Green Blue C M Y K H S L
Decimal 215 2 49 0 0.99 0.77 0.16 346.76 0.98 0.43
Hex D7 2 31 0 63 4D 10 15B 62 2B
Octal 327 2 61 0 143 115 20 533 142 53
Binary 11010111 10 110001 0 1100011 1001101 10000 101011011 1100010 101011

Color Harmonies of #D70231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70231

Black with #D70231

Text Example


Text Example

White with #D70231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70231; }

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

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

background-color css

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

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

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

border-color css

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

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

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