Html Css Color HEX #D1144B Crimson

📋 copy color: '#D1144B'

red 209 ◦ green 20 ◦ blue 75

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

Shades of Crimson #D1144B

Tints of Crimson #D1144B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.58%

 BLUE value IS 75 (29.69% from 255) = 24.67%

R = 68.75%
G = 6.58%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D1144B (or 0xD1144B) is known color: Crimson. HEX triplet: D1, 14 and 4B. RGB value is (209,20,75). Sum of RGB (Red+Green+Blue) = 209+20+75=304 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.75% from 304); Green value is 20 (8.20% from 255 or 6.58% from 304); Blue value is 75 (29.69% from 255 or 24.67% from 304); Max value from RGB is 209 - color contains mainly: red. Hex color #D1144B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1144B is #2EEBB4. Grayscale: #525252. Windows color (decimal): -3074997 or 4920529. OLE color: 4920529.

HSL color Cylindrical-coordinate representation of color #D1144B: hue angle of 342.54º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D1144B is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 20 75 -
CMYK 0 0.90 0.64 0.18
HSL 342.54º 0.83% 0.45% -
HSV(B) 342.54º 0.9% 0.82% -
XYZ 27.81 14.56 8 -
YUV 82.78 123.62 218.03 -
System Red Green Blue C M Y K H S L
Decimal 209 20 75 0 0.90 0.64 0.18 342.54 0.83 0.45
Hex D1 14 4B 0 5A 40 12 157 53 2D
Octal 321 24 113 0 132 100 22 527 123 55
Binary 11010001 10100 1001011 0 1011010 1000000 10010 101010111 1010011 101101

Color Harmonies of #D1144B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1144B

Black with #D1144B

Text Example


Text Example

White with #D1144B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1144B; }

 p { color: rgb(209,20,75); }

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

background-color css

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

 a { background-color: rgb(209,20,75); }

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

border-color css

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

 span { border-color: rgb(209,20,75); }

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