Html Css Color HEX #D5122E Crimson

📋 copy color: '#D5122E'

red 213 ◦ green 18 ◦ blue 46

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

Shades of Crimson #D5122E

Tints of Crimson #D5122E

RGB

 RED value IS 213 (83.59% from 255) = 76.9%

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

 BLUE value IS 46 (18.36% from 255) = 16.61%

R = 76.9%
G = 6.5%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D5122E (or 0xD5122E) is known color: Crimson. HEX triplet: D5, 12 and 2E. RGB value is (213,18,46). Sum of RGB (Red+Green+Blue) = 213+18+46=277 (36% of max value = 765). Red value is 213 (83.59% from 255 or 76.90% from 277); Green value is 18 (7.42% from 255 or 6.50% from 277); Blue value is 46 (18.36% from 255 or 16.61% from 277); Max value from RGB is 213 - color contains mainly: red. Hex color #D5122E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5122E is #2AEDD1. Grayscale: #4F4F4F. Windows color (decimal): -2813394 or 3019477. OLE color: 3019477.

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

Color convert

RGB 213 18 46 -
CMYK 0 0.92 0.78 0.16
HSL 351.38º 0.84% 0.45% -
HSV(B) 351.38º 0.92% 0.84% -
XYZ 28.15 14.78 3.95 -
YUV 79.5 109.1 223.22 -
System Red Green Blue C M Y K H S L
Decimal 213 18 46 0 0.92 0.78 0.16 351.38 0.84 0.45
Hex D5 12 2E 0 5C 4E 10 15F 54 2D
Octal 325 22 56 0 134 116 20 537 124 55
Binary 11010101 10010 101110 0 1011100 1001110 10000 101011111 1010100 101101

Color Harmonies of #D5122E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5122E

Black with #D5122E

Text Example


Text Example

White with #D5122E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5122E; }

 p { color: rgb(213,18,46); }

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

background-color css

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

 a { background-color: rgb(213,18,46); }

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

border-color css

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

 span { border-color: rgb(213,18,46); }

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