Html Css Color HEX #D4123E Crimson

📋 copy color: '#D4123E'

red 212 ◦ green 18 ◦ blue 62

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

Shades of Crimson #D4123E

Tints of Crimson #D4123E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.23%

R = 72.6%
G = 6.16%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#D4123E (or 0xD4123E) is known color: Crimson. HEX triplet: D4, 12 and 3E. RGB value is (212,18,62). Sum of RGB (Red+Green+Blue) = 212+18+62=292 (38% of max value = 765). Red value is 212 (83.20% from 255 or 72.60% from 292); Green value is 18 (7.42% from 255 or 6.16% from 292); Blue value is 62 (24.61% from 255 or 21.23% from 292); Max value from RGB is 212 - color contains mainly: red. Hex color #D4123E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4123E is #2BEDC1. Grayscale: #515151. Windows color (decimal): -2878914 or 4068052. OLE color: 4068052.

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

Color convert

RGB 212 18 62 -
CMYK 0 0.92 0.71 0.17
HSL 346.39º 0.84% 0.45% -
HSV(B) 346.39º 0.92% 0.83% -
XYZ 28.24 14.78 5.92 -
YUV 81.02 117.27 221.42 -
System Red Green Blue C M Y K H S L
Decimal 212 18 62 0 0.92 0.71 0.17 346.39 0.84 0.45
Hex D4 12 3E 0 5C 47 11 15A 54 2D
Octal 324 22 76 0 134 107 21 532 124 55
Binary 11010100 10010 111110 0 1011100 1000111 10001 101011010 1010100 101101

Color Harmonies of #D4123E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4123E

Black with #D4123E

Text Example


Text Example

White with #D4123E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4123E; }

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

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

background-color css

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

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

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

border-color css

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

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

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