Html Css Color HEX #D4143C Crimson

📋 copy color: '#D4143C'

red 212 ◦ green 20 ◦ blue 60

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

Shades of Crimson #D4143C

Tints of Crimson #D4143C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.55%

R = 72.6%
G = 6.85%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#D4143C (or 0xD4143C) is known color: Crimson. HEX triplet: D4, 14 and 3C. RGB value is (212,20,60). Sum of RGB (Red+Green+Blue) = 212+20+60=292 (38% of max value = 765). Red value is 212 (83.20% from 255 or 72.60% from 292); Green value is 20 (8.20% from 255 or 6.85% from 292); Blue value is 60 (23.83% from 255 or 20.55% from 292); Max value from RGB is 212 - color contains mainly: red. Hex color #D4143C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4143C is #2BEBC3. Grayscale: #515151. Windows color (decimal): -2878404 or 3937492. OLE color: 3937492.

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

Color convert

RGB 212 20 60 -
CMYK 0 0.91 0.72 0.17
HSL 347.5º 0.83% 0.45% -
HSV(B) 347.5º 0.91% 0.83% -
XYZ 28.22 14.82 5.65 -
YUV 81.97 115.61 220.75 -
System Red Green Blue C M Y K H S L
Decimal 212 20 60 0 0.91 0.72 0.17 347.5 0.83 0.45
Hex D4 14 3C 0 5B 48 11 15C 53 2D
Octal 324 24 74 0 133 110 21 534 123 55
Binary 11010100 10100 111100 0 1011011 1001000 10001 101011100 1010011 101101

Color Harmonies of #D4143C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4143C

Black with #D4143C

Text Example


Text Example

White with #D4143C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4143C; }

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

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

background-color css

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

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

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

border-color css

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

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

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