Html Css Color HEX #D20342 Crimson

📋 copy color: '#D20342'

red 210 ◦ green 3 ◦ blue 66

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

Shades of Crimson #D20342

Tints of Crimson #D20342

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.08%

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

R = 75.27%
G = 1.08%
B = 23.66%

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

#D20342 (or 0xD20342) is known color: Crimson. HEX triplet: D2, 03 and 42. RGB value is (210,3,66). Sum of RGB (Red+Green+Blue) = 210+3+66=279 (36% of max value = 765). Red value is 210 (82.42% from 255 or 75.27% from 279); Green value is 3 (1.56% from 255 or 1.08% from 279); Blue value is 66 (26.17% from 255 or 23.66% from 279); Max value from RGB is 210 - color contains mainly: red. Hex color #D20342 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20342 is #2DFCBD. Grayscale: #484848. Windows color (decimal): -3013822 or 4326354. OLE color: 4326354.

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

Color convert

RGB 210 3 66 -
CMYK 0 0.99 0.69 0.18
HSL 341.74º 0.97% 0.42% -
HSV(B) 341.74º 0.99% 0.82% -
XYZ 27.59 14.16 6.43 -
YUV 72.08 124.58 226.38 -
System Red Green Blue C M Y K H S L
Decimal 210 3 66 0 0.99 0.69 0.18 341.74 0.97 0.42
Hex D2 3 42 0 63 45 12 156 61 2A
Octal 322 3 102 0 143 105 22 526 141 52
Binary 11010010 11 1000010 0 1100011 1000101 10010 101010110 1100001 101010

Color Harmonies of #D20342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20342

Black with #D20342

Text Example


Text Example

White with #D20342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20342; }

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

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

background-color css

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

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

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

border-color css

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

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

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