Html Css Color HEX #D2003E Crimson

📋 copy color: '#D2003E'

red 210 ◦ green 0 ◦ blue 62

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

Shades of Crimson #D2003E

Tints of Crimson #D2003E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 22.79%

R = 77.21%
G = 0%
B = 22.79%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D2003E (or 0xD2003E) is known color: Crimson. HEX triplet: D2, 00 and 3E. RGB value is (210,0,62). Sum of RGB (Red+Green+Blue) = 210+0+62=272 (36% of max value = 765). Red value is 210 (82.42% from 255 or 77.21% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 62 (24.61% from 255 or 22.79% from 272); Max value from RGB is 210 - color contains mainly: red. Hex color #D2003E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2003E is #2DFFC1. Grayscale: #454545. Windows color (decimal): -3014594 or 4063442. OLE color: 4063442.

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

Color convert

RGB 210 0 62 -
CMYK 0 1 0.70 0.18
HSL 342.29º 1% 0.41% -
HSV(B) 342.29º 1% 0.82% -
XYZ 27.45 14.05 5.82 -
YUV 69.86 123.57 227.96 -
System Red Green Blue C M Y K H S L
Decimal 210 0 62 0 1 0.70 0.18 342.29 1 0.41
Hex D2 0 3E 0 64 46 12 156 64 29
Octal 322 0 76 0 144 106 22 526 144 51
Binary 11010010 0 111110 0 1100100 1000110 10010 101010110 1100100 101001

Color Harmonies of #D2003E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2003E

Black with #D2003E

Text Example


Text Example

White with #D2003E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2003E; }

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

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

background-color css

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

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

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

border-color css

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

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

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