Html Css Color HEX #D9012A Crimson

📋 copy color: '#D9012A'

red 217 ◦ green 1 ◦ blue 42

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

Shades of Crimson #D9012A

Tints of Crimson #D9012A

RGB

 RED value IS 217 (85.16% from 255) = 83.46%

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

 BLUE value IS 42 (16.8% from 255) = 16.15%

R = 83.46%
G = 0.38%
B = 16.15%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D9012A (or 0xD9012A) is known color: Crimson. HEX triplet: D9, 01 and 2A. RGB value is (217,1,42). Sum of RGB (Red+Green+Blue) = 217+1+42=260 (34% of max value = 765). Red value is 217 (85.16% from 255 or 83.46% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 42 (16.80% from 255 or 16.15% from 260); Max value from RGB is 217 - color contains mainly: red. Hex color #D9012A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9012A is #26FED5. Grayscale: #464646. Windows color (decimal): -2555606 or 2752985. OLE color: 2752985.

HSL color Cylindrical-coordinate representation of color #D9012A: hue angle of 348.61º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D9012A is Cyan = 0, Magento = 1.00, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 1 42 -
CMYK 0 1.00 0.81 0.15
HSL 348.61º 0.99% 0.43% -
HSV(B) 348.61º 1% 0.85% -
XYZ 29.04 14.94 3.54 -
YUV 70.26 112.06 232.67 -
System Red Green Blue C M Y K H S L
Decimal 217 1 42 0 1.00 0.81 0.15 348.61 0.99 0.43
Hex D9 1 2A 0 64 51 F 15D 63 2B
Octal 331 1 52 0 144 121 17 535 143 53
Binary 11011001 1 101010 0 1100100 1010001 1111 101011101 1100011 101011

Color Harmonies of #D9012A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9012A

Black with #D9012A

Text Example


Text Example

White with #D9012A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9012A; }

 p { color: rgb(217,1,42); }

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

background-color css

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

 a { background-color: rgb(217,1,42); }

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

border-color css

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

 span { border-color: rgb(217,1,42); }

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