Html Css Color HEX #D1002C Crimson

📋 copy color: '#D1002C'

red 209 ◦ green 0 ◦ blue 44

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

Shades of Crimson #D1002C

Tints of Crimson #D1002C

RGB

 RED value IS 209 (82.03% from 255) = 82.61%

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

 BLUE value IS 44 (17.58% from 255) = 17.39%

R = 82.61%
G = 0%
B = 17.39%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D1002C (or 0xD1002C) is known color: Crimson. HEX triplet: D1, 00 and 2C. RGB value is (209,0,44). Sum of RGB (Red+Green+Blue) = 209+0+44=253 (33% of max value = 765). Red value is 209 (82.03% from 255 or 82.61% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 44 (17.58% from 255 or 17.39% from 253); Max value from RGB is 209 - color contains mainly: red. Hex color #D1002C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1002C is #2EFFD3. Grayscale: #434343. Windows color (decimal): -3080148 or 2883793. OLE color: 2883793.

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

Color convert

RGB 209 0 44 -
CMYK 0 1 0.79 0.18
HSL 347.37º 1% 0.41% -
HSV(B) 347.37º 1% 0.82% -
XYZ 26.75 13.74 3.62 -
YUV 67.51 114.74 228.92 -
System Red Green Blue C M Y K H S L
Decimal 209 0 44 0 1 0.79 0.18 347.37 1 0.41
Hex D1 0 2C 0 64 4F 12 15B 64 29
Octal 321 0 54 0 144 117 22 533 144 51
Binary 11010001 0 101100 0 1100100 1001111 10010 101011011 1100100 101001

Color Harmonies of #D1002C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1002C

Black with #D1002C

Text Example


Text Example

White with #D1002C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1002C; }

 p { color: rgb(209,0,44); }

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

background-color css

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

 a { background-color: rgb(209,0,44); }

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

border-color css

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

 span { border-color: rgb(209,0,44); }

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