Html Css Color HEX #D6123B Crimson

📋 copy color: '#D6123B'

red 214 ◦ green 18 ◦ blue 59

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

Shades of Crimson #D6123B

Tints of Crimson #D6123B

RGB

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

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

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

R = 73.54%
G = 6.19%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D6123B (or 0xD6123B) is known color: Crimson. HEX triplet: D6, 12 and 3B. RGB value is (214,18,59). Sum of RGB (Red+Green+Blue) = 214+18+59=291 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.54% from 291); Green value is 18 (7.42% from 255 or 6.19% from 291); Blue value is 59 (23.44% from 255 or 20.27% from 291); Max value from RGB is 214 - color contains mainly: red. Hex color #D6123B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6123B is #29EDC4. Grayscale: #515151. Windows color (decimal): -2747845 or 3871446. OLE color: 3871446.

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

Color convert

RGB 214 18 59 -
CMYK 0 0.92 0.72 0.16
HSL 347.45º 0.84% 0.45% -
HSV(B) 347.45º 0.92% 0.84% -
XYZ 28.74 15.04 5.53 -
YUV 81.28 115.43 222.67 -
System Red Green Blue C M Y K H S L
Decimal 214 18 59 0 0.92 0.72 0.16 347.45 0.84 0.45
Hex D6 12 3B 0 5C 48 10 15B 54 2D
Octal 326 22 73 0 134 110 20 533 124 55
Binary 11010110 10010 111011 0 1011100 1001000 10000 101011011 1010100 101101

Color Harmonies of #D6123B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6123B

Black with #D6123B

Text Example


Text Example

White with #D6123B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6123B; }

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

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

background-color css

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

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

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

border-color css

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

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

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