Html Css Color HEX #D2013F Crimson

📋 copy color: '#D2013F'

red 210 ◦ green 1 ◦ blue 63

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

Shades of Crimson #D2013F

Tints of Crimson #D2013F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.99%

R = 76.64%
G = 0.36%
B = 22.99%

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

#D2013F (or 0xD2013F) is known color: Crimson. HEX triplet: D2, 01 and 3F. RGB value is (210,1,63). Sum of RGB (Red+Green+Blue) = 210+1+63=274 (36% of max value = 765). Red value is 210 (82.42% from 255 or 76.64% from 274); Green value is 1 (0.78% from 255 or 0.36% from 274); Blue value is 63 (25% from 255 or 22.99% from 274); Max value from RGB is 210 - color contains mainly: red. Hex color #D2013F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2013F is #2DFEC0. Grayscale: #464646. Windows color (decimal): -3014337 or 4129234. OLE color: 4129234.

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

Color convert

RGB 210 1 63 -
CMYK 0 1.00 0.70 0.18
HSL 342.2º 0.99% 0.41% -
HSV(B) 342.2º 1% 0.82% -
XYZ 27.49 14.08 5.97 -
YUV 70.56 123.74 227.46 -
System Red Green Blue C M Y K H S L
Decimal 210 1 63 0 1.00 0.70 0.18 342.2 0.99 0.41
Hex D2 1 3F 0 64 46 12 156 63 29
Octal 322 1 77 0 144 106 22 526 143 51
Binary 11010010 1 111111 0 1100100 1000110 10010 101010110 1100011 101001

Color Harmonies of #D2013F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2013F

Black with #D2013F

Text Example


Text Example

White with #D2013F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2013F; }

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

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

background-color css

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

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

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

border-color css

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

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

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