Html Css Color HEX #D2013E Crimson

📋 copy color: '#D2013E'

red 210 ◦ green 1 ◦ blue 62

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

Shades of Crimson #D2013E

Tints of Crimson #D2013E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

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

R = 76.92%
G = 0.37%
B = 22.71%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D2013E (or 0xD2013E) is known color: Crimson. HEX triplet: D2, 01 and 3E. RGB value is (210,1,62). Sum of RGB (Red+Green+Blue) = 210+1+62=273 (36% of max value = 765). Red value is 210 (82.42% from 255 or 76.92% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 62 (24.61% from 255 or 22.71% from 273); Max value from RGB is 210 - color contains mainly: red. Hex color #D2013E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2013E is #2DFEC1. Grayscale: #464646. Windows color (decimal): -3014338 or 4063698. OLE color: 4063698.

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

Color convert

RGB 210 1 62 -
CMYK 0 1.00 0.70 0.18
HSL 342.49º 0.99% 0.41% -
HSV(B) 342.49º 1% 0.82% -
XYZ 27.46 14.07 5.83 -
YUV 70.45 123.24 227.54 -
System Red Green Blue C M Y K H S L
Decimal 210 1 62 0 1.00 0.70 0.18 342.49 0.99 0.41
Hex D2 1 3E 0 64 46 12 156 63 29
Octal 322 1 76 0 144 106 22 526 143 51
Binary 11010010 1 111110 0 1100100 1000110 10010 101010110 1100011 101001

Color Harmonies of #D2013E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2013E

Black with #D2013E

Text Example


Text Example

White with #D2013E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2013E; }

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

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

background-color css

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

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

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

border-color css

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

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

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