Html Css Color HEX #D4123B Crimson

📋 copy color: '#D4123B'

red 212 ◦ green 18 ◦ blue 59

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

Shades of Crimson #D4123B

Tints of Crimson #D4123B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.42%

R = 73.36%
G = 6.23%
B = 20.42%

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

#D4123B (or 0xD4123B) is known color: Crimson. HEX triplet: D4, 12 and 3B. RGB value is (212,18,59). Sum of RGB (Red+Green+Blue) = 212+18+59=289 (38% of max value = 765). Red value is 212 (83.20% from 255 or 73.36% from 289); Green value is 18 (7.42% from 255 or 6.23% from 289); Blue value is 59 (23.44% from 255 or 20.42% from 289); Max value from RGB is 212 - color contains mainly: red. Hex color #D4123B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4123B is #2BEDC4. Grayscale: #505050. Windows color (decimal): -2878917 or 3871444. OLE color: 3871444.

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

Color convert

RGB 212 18 59 -
CMYK 0 0.92 0.72 0.17
HSL 347.32º 0.84% 0.45% -
HSV(B) 347.32º 0.92% 0.83% -
XYZ 28.16 14.75 5.5 -
YUV 80.68 115.77 221.67 -
System Red Green Blue C M Y K H S L
Decimal 212 18 59 0 0.92 0.72 0.17 347.32 0.84 0.45
Hex D4 12 3B 0 5C 48 11 15B 54 2D
Octal 324 22 73 0 134 110 21 533 124 55
Binary 11010100 10010 111011 0 1011100 1001000 10001 101011011 1010100 101101

Color Harmonies of #D4123B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4123B

Black with #D4123B

Text Example


Text Example

White with #D4123B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4123B; }

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

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

background-color css

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

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

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

border-color css

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

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

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