Html Css Color HEX #D2012F Crimson

📋 copy color: '#D2012F'

red 210 ◦ green 1 ◦ blue 47

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

Shades of Crimson #D2012F

Tints of Crimson #D2012F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.22%

R = 81.4%
G = 0.39%
B = 18.22%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D2012F (or 0xD2012F) is known color: Crimson. HEX triplet: D2, 01 and 2F. RGB value is (210,1,47). Sum of RGB (Red+Green+Blue) = 210+1+47=258 (34% of max value = 765). Red value is 210 (82.42% from 255 or 81.40% from 258); Green value is 1 (0.78% from 255 or 0.39% from 258); Blue value is 47 (18.75% from 255 or 18.22% from 258); Max value from RGB is 210 - color contains mainly: red. Hex color #D2012F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2012F is #2DFED0. Grayscale: #444444. Windows color (decimal): -3014353 or 3080658. OLE color: 3080658.

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

Color convert

RGB 210 1 47 -
CMYK 0 1.00 0.78 0.18
HSL 346.79º 0.99% 0.41% -
HSV(B) 346.79º 1% 0.82% -
XYZ 27.1 13.93 3.95 -
YUV 68.74 115.74 228.76 -
System Red Green Blue C M Y K H S L
Decimal 210 1 47 0 1.00 0.78 0.18 346.79 0.99 0.41
Hex D2 1 2F 0 64 4E 12 15B 63 29
Octal 322 1 57 0 144 116 22 533 143 51
Binary 11010010 1 101111 0 1100100 1001110 10010 101011011 1100011 101001

Color Harmonies of #D2012F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2012F

Black with #D2012F

Text Example


Text Example

White with #D2012F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2012F; }

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

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

background-color css

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

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

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

border-color css

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

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

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