Html Css Color HEX #D4123C Crimson

📋 copy color: '#D4123C'

red 212 ◦ green 18 ◦ blue 60

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

Shades of Crimson #D4123C

Tints of Crimson #D4123C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.21%

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

R = 73.1%
G = 6.21%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#D4123C (or 0xD4123C) is known color: Crimson. HEX triplet: D4, 12 and 3C. RGB value is (212,18,60). Sum of RGB (Red+Green+Blue) = 212+18+60=290 (38% of max value = 765). Red value is 212 (83.20% from 255 or 73.10% from 290); Green value is 18 (7.42% from 255 or 6.21% from 290); Blue value is 60 (23.83% from 255 or 20.69% from 290); Max value from RGB is 212 - color contains mainly: red. Hex color #D4123C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4123C is #2BEDC3. Grayscale: #505050. Windows color (decimal): -2878916 or 3936980. OLE color: 3936980.

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

Color convert

RGB 212 18 60 -
CMYK 0 0.92 0.72 0.17
HSL 347.01º 0.84% 0.45% -
HSV(B) 347.01º 0.92% 0.83% -
XYZ 28.18 14.76 5.64 -
YUV 80.79 116.27 221.58 -
System Red Green Blue C M Y K H S L
Decimal 212 18 60 0 0.92 0.72 0.17 347.01 0.84 0.45
Hex D4 12 3C 0 5C 48 11 15B 54 2D
Octal 324 22 74 0 134 110 21 533 124 55
Binary 11010100 10010 111100 0 1011100 1001000 10001 101011011 1010100 101101

Color Harmonies of #D4123C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4123C

Black with #D4123C

Text Example


Text Example

White with #D4123C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4123C; }

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

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

background-color css

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

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

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

border-color css

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

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

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