Html Css Color HEX #D4144A Crimson

📋 copy color: '#D4144A'

red 212 ◦ green 20 ◦ blue 74

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

Shades of Crimson #D4144A

Tints of Crimson #D4144A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.18%

R = 69.28%
G = 6.54%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#D4144A (or 0xD4144A) is known color: Crimson. HEX triplet: D4, 14 and 4A. RGB value is (212,20,74). Sum of RGB (Red+Green+Blue) = 212+20+74=306 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.28% from 306); Green value is 20 (8.20% from 255 or 6.54% from 306); Blue value is 74 (29.30% from 255 or 24.18% from 306); Max value from RGB is 212 - color contains mainly: red. Hex color #D4144A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4144A is #2BEBB5. Grayscale: #535353. Windows color (decimal): -2878390 or 4854996. OLE color: 4854996.

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

Color convert

RGB 212 20 74 -
CMYK 0 0.91 0.65 0.17
HSL 343.13º 0.83% 0.45% -
HSV(B) 343.13º 0.91% 0.83% -
XYZ 28.64 14.99 7.86 -
YUV 83.56 122.61 219.61 -
System Red Green Blue C M Y K H S L
Decimal 212 20 74 0 0.91 0.65 0.17 343.13 0.83 0.45
Hex D4 14 4A 0 5B 41 11 157 53 2D
Octal 324 24 112 0 133 101 21 527 123 55
Binary 11010100 10100 1001010 0 1011011 1000001 10001 101010111 1010011 101101

Color Harmonies of #D4144A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4144A

Black with #D4144A

Text Example


Text Example

White with #D4144A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4144A; }

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

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

background-color css

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

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

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

border-color css

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

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

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