Html Css Color HEX #D20231 Crimson

📋 copy color: '#D20231'

red 210 ◦ green 2 ◦ blue 49

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

Shades of Crimson #D20231

Tints of Crimson #D20231

RGB

 RED value IS 210 (82.42% from 255) = 80.46%

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

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

R = 80.46%
G = 0.77%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D20231 (or 0xD20231) is known color: Crimson. HEX triplet: D2, 02 and 31. RGB value is (210,2,49). Sum of RGB (Red+Green+Blue) = 210+2+49=261 (34% of max value = 765). Red value is 210 (82.42% from 255 or 80.46% from 261); Green value is 2 (1.17% from 255 or 0.77% from 261); Blue value is 49 (19.53% from 255 or 18.77% from 261); Max value from RGB is 210 - color contains mainly: red. Hex color #D20231 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20231 is #2DFDCE. Grayscale: #454545. Windows color (decimal): -3014095 or 3211986. OLE color: 3211986.

HSL color Cylindrical-coordinate representation of color #D20231: hue angle of 346.44º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D20231 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 2 49 -
CMYK 0 0.99 0.77 0.18
HSL 346.44º 0.98% 0.42% -
HSV(B) 346.44º 0.99% 0.82% -
XYZ 27.15 13.97 4.17 -
YUV 69.55 116.41 228.18 -
System Red Green Blue C M Y K H S L
Decimal 210 2 49 0 0.99 0.77 0.18 346.44 0.98 0.42
Hex D2 2 31 0 63 4D 12 15A 62 2A
Octal 322 2 61 0 143 115 22 532 142 52
Binary 11010010 10 110001 0 1100011 1001101 10010 101011010 1100010 101010

Color Harmonies of #D20231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20231

Black with #D20231

Text Example


Text Example

White with #D20231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20231; }

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

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

background-color css

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

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

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

border-color css

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

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

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