Html Css Color HEX #D6123A Crimson

📋 copy color: '#D6123A'

red 214 ◦ green 18 ◦ blue 58

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

Shades of Crimson #D6123A

Tints of Crimson #D6123A

RGB

 RED value IS 214 (83.98% from 255) = 73.79%

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

 BLUE value IS 58 (23.05% from 255) = 20%

R = 73.79%
G = 6.21%
B = 20%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D6123A (or 0xD6123A) is known color: Crimson. HEX triplet: D6, 12 and 3A. RGB value is (214,18,58). Sum of RGB (Red+Green+Blue) = 214+18+58=290 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.79% from 290); Green value is 18 (7.42% from 255 or 6.21% from 290); Blue value is 58 (23.05% from 255 or 20% from 290); Max value from RGB is 214 - color contains mainly: red. Hex color #D6123A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6123A is #29EDC5. Grayscale: #515151. Windows color (decimal): -2747846 or 3805910. OLE color: 3805910.

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

Color convert

RGB 214 18 58 -
CMYK 0 0.92 0.73 0.16
HSL 347.76º 0.84% 0.45% -
HSV(B) 347.76º 0.92% 0.84% -
XYZ 28.71 15.03 5.39 -
YUV 81.16 114.93 222.75 -
System Red Green Blue C M Y K H S L
Decimal 214 18 58 0 0.92 0.73 0.16 347.76 0.84 0.45
Hex D6 12 3A 0 5C 49 10 15C 54 2D
Octal 326 22 72 0 134 111 20 534 124 55
Binary 11010110 10010 111010 0 1011100 1001001 10000 101011100 1010100 101101

Color Harmonies of #D6123A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6123A

Black with #D6123A

Text Example


Text Example

White with #D6123A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6123A; }

 p { color: rgb(214,18,58); }

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

background-color css

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

 a { background-color: rgb(214,18,58); }

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

border-color css

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

 span { border-color: rgb(214,18,58); }

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