Html Css Color HEX #D20041 Crimson

📋 copy color: '#D20041'

red 210 ◦ green 0 ◦ blue 65

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

Shades of Crimson #D20041

Tints of Crimson #D20041

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 65 (25.78% from 255) = 23.64%

R = 76.36%
G = 0%
B = 23.64%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D20041 (or 0xD20041) is known color: Crimson. HEX triplet: D2, 00 and 41. RGB value is (210,0,65). Sum of RGB (Red+Green+Blue) = 210+0+65=275 (36% of max value = 765). Red value is 210 (82.42% from 255 or 76.36% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 65 (25.78% from 255 or 23.64% from 275); Max value from RGB is 210 - color contains mainly: red. Hex color #D20041 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20041 is #2DFFBE. Grayscale: #464646. Windows color (decimal): -3014591 or 4260050. OLE color: 4260050.

HSL color Cylindrical-coordinate representation of color #D20041: hue angle of 341.43º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D20041 is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 0 65 -
CMYK 0 1 0.69 0.18
HSL 341.43º 1% 0.41% -
HSV(B) 341.43º 1% 0.82% -
XYZ 27.53 14.08 6.27 -
YUV 70.2 125.07 227.71 -
System Red Green Blue C M Y K H S L
Decimal 210 0 65 0 1 0.69 0.18 341.43 1 0.41
Hex D2 0 41 0 64 45 12 155 64 29
Octal 322 0 101 0 144 105 22 525 144 51
Binary 11010010 0 1000001 0 1100100 1000101 10010 101010101 1100100 101001

Color Harmonies of #D20041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20041

Black with #D20041

Text Example


Text Example

White with #D20041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20041; }

 p { color: rgb(210,0,65); }

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

background-color css

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

 a { background-color: rgb(210,0,65); }

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

border-color css

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

 span { border-color: rgb(210,0,65); }

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