Html Css Color HEX #D4144C Crimson

📋 copy color: '#D4144C'

red 212 ◦ green 20 ◦ blue 76

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

Shades of Crimson #D4144C

Tints of Crimson #D4144C

RGB

 RED value IS 212 (83.2% from 255) = 68.83%

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

 BLUE value IS 76 (30.08% from 255) = 24.68%

R = 68.83%
G = 6.49%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#D4144C (or 0xD4144C) is known color: Crimson. HEX triplet: D4, 14 and 4C. RGB value is (212,20,76). Sum of RGB (Red+Green+Blue) = 212+20+76=308 (40% of max value = 765). Red value is 212 (83.20% from 255 or 68.83% from 308); Green value is 20 (8.20% from 255 or 6.49% from 308); Blue value is 76 (30.08% from 255 or 24.68% from 308); Max value from RGB is 212 - color contains mainly: red. Hex color #D4144C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4144C is #2BEBB3. Grayscale: #535353. Windows color (decimal): -2878388 or 4986068. OLE color: 4986068.

HSL color Cylindrical-coordinate representation of color #D4144C: hue angle of 342.5º 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 #D4144C is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 20 76 -
CMYK 0 0.91 0.64 0.17
HSL 342.5º 0.83% 0.45% -
HSV(B) 342.5º 0.91% 0.83% -
XYZ 28.71 15.02 8.22 -
YUV 83.79 123.61 219.45 -
System Red Green Blue C M Y K H S L
Decimal 212 20 76 0 0.91 0.64 0.17 342.5 0.83 0.45
Hex D4 14 4C 0 5B 40 11 156 53 2D
Octal 324 24 114 0 133 100 21 526 123 55
Binary 11010100 10100 1001100 0 1011011 1000000 10001 101010110 1010011 101101

Color Harmonies of #D4144C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4144C

Black with #D4144C

Text Example


Text Example

White with #D4144C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4144C; }

 p { color: rgb(212,20,76); }

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

background-color css

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

 a { background-color: rgb(212,20,76); }

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

border-color css

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

 span { border-color: rgb(212,20,76); }

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