Html Css Color HEX #D20242 Crimson

📋 copy color: '#D20242'

red 210 ◦ green 2 ◦ blue 66

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

Shades of Crimson #D20242

Tints of Crimson #D20242

RGB

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

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

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

R = 75.54%
G = 0.72%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D20242 (or 0xD20242) is known color: Crimson. HEX triplet: D2, 02 and 42. RGB value is (210,2,66). Sum of RGB (Red+Green+Blue) = 210+2+66=278 (36% of max value = 765). Red value is 210 (82.42% from 255 or 75.54% from 278); Green value is 2 (1.17% from 255 or 0.72% from 278); Blue value is 66 (26.17% from 255 or 23.74% from 278); Max value from RGB is 210 - color contains mainly: red. Hex color #D20242 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20242 is #2DFDBD. Grayscale: #474747. Windows color (decimal): -3014078 or 4326098. OLE color: 4326098.

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

Color convert

RGB 210 2 66 -
CMYK 0 0.99 0.69 0.18
HSL 341.54º 0.98% 0.42% -
HSV(B) 341.54º 0.99% 0.82% -
XYZ 27.58 14.14 6.43 -
YUV 71.49 124.91 226.8 -
System Red Green Blue C M Y K H S L
Decimal 210 2 66 0 0.99 0.69 0.18 341.54 0.98 0.42
Hex D2 2 42 0 63 45 12 156 62 2A
Octal 322 2 102 0 143 105 22 526 142 52
Binary 11010010 10 1000010 0 1100011 1000101 10010 101010110 1100010 101010

Color Harmonies of #D20242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20242

Black with #D20242

Text Example


Text Example

White with #D20242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20242; }

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

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

background-color css

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

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

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

border-color css

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

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

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