Html Css Color HEX #D3144E Crimson

📋 copy color: '#D3144E'

red 211 ◦ green 20 ◦ blue 78

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

Shades of Crimson #D3144E

Tints of Crimson #D3144E

RGB

 RED value IS 211 (82.81% from 255) = 68.28%

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

 BLUE value IS 78 (30.86% from 255) = 25.24%

R = 68.28%
G = 6.47%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.63

 K value IS 0.17

RGB Variations

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

Color information

#D3144E (or 0xD3144E) is known color: Crimson. HEX triplet: D3, 14 and 4E. RGB value is (211,20,78). Sum of RGB (Red+Green+Blue) = 211+20+78=309 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.28% from 309); Green value is 20 (8.20% from 255 or 6.47% from 309); Blue value is 78 (30.86% from 255 or 25.24% from 309); Max value from RGB is 211 - color contains mainly: red. Hex color #D3144E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3144E is #2CEBB1. Grayscale: #535353. Windows color (decimal): -2943922 or 5117139. OLE color: 5117139.

HSL color Cylindrical-coordinate representation of color #D3144E: hue angle of 341.78º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D3144E is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 20 78 -
CMYK 0 0.91 0.63 0.17
HSL 341.78º 0.83% 0.45% -
HSV(B) 341.78º 0.91% 0.83% -
XYZ 28.49 14.9 8.58 -
YUV 83.72 124.78 218.78 -
System Red Green Blue C M Y K H S L
Decimal 211 20 78 0 0.91 0.63 0.17 341.78 0.83 0.45
Hex D3 14 4E 0 5B 3F 11 156 53 2D
Octal 323 24 116 0 133 77 21 526 123 55
Binary 11010011 10100 1001110 0 1011011 111111 10001 101010110 1010011 101101

Color Harmonies of #D3144E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3144E

Black with #D3144E

Text Example


Text Example

White with #D3144E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3144E; }

 p { color: rgb(211,20,78); }

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

background-color css

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

 a { background-color: rgb(211,20,78); }

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

border-color css

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

 span { border-color: rgb(211,20,78); }

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