Html Css Color HEX #D6123F Crimson

📋 copy color: '#D6123F'

red 214 ◦ green 18 ◦ blue 63

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

Shades of Crimson #D6123F

Tints of Crimson #D6123F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.36%

R = 72.54%
G = 6.1%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D6123F (or 0xD6123F) is known color: Crimson. HEX triplet: D6, 12 and 3F. RGB value is (214,18,63). Sum of RGB (Red+Green+Blue) = 214+18+63=295 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.54% from 295); Green value is 18 (7.42% from 255 or 6.10% from 295); Blue value is 63 (25% from 255 or 21.36% from 295); Max value from RGB is 214 - color contains mainly: red. Hex color #D6123F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6123F is #29EDC0. Grayscale: #515151. Windows color (decimal): -2747841 or 4133590. OLE color: 4133590.

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

Color convert

RGB 214 18 63 -
CMYK 0 0.92 0.71 0.16
HSL 346.22º 0.84% 0.45% -
HSV(B) 346.22º 0.92% 0.84% -
XYZ 28.85 15.09 6.09 -
YUV 81.73 117.43 222.34 -
System Red Green Blue C M Y K H S L
Decimal 214 18 63 0 0.92 0.71 0.16 346.22 0.84 0.45
Hex D6 12 3F 0 5C 47 10 15A 54 2D
Octal 326 22 77 0 134 107 20 532 124 55
Binary 11010110 10010 111111 0 1011100 1000111 10000 101011010 1010100 101101

Color Harmonies of #D6123F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6123F

Black with #D6123F

Text Example


Text Example

White with #D6123F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6123F; }

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

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

background-color css

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

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

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

border-color css

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

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

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