Html Css Color HEX #D6142F Crimson

📋 copy color: '#D6142F'

red 214 ◦ green 20 ◦ blue 47

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

Shades of Crimson #D6142F

Tints of Crimson #D6142F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.12%

 BLUE value IS 47 (18.75% from 255) = 16.73%

R = 76.16%
G = 7.12%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D6142F (or 0xD6142F) is known color: Crimson. HEX triplet: D6, 14 and 2F. RGB value is (214,20,47). Sum of RGB (Red+Green+Blue) = 214+20+47=281 (37% of max value = 765). Red value is 214 (83.98% from 255 or 76.16% from 281); Green value is 20 (8.20% from 255 or 7.12% from 281); Blue value is 47 (18.75% from 255 or 16.73% from 281); Max value from RGB is 214 - color contains mainly: red. Hex color #D6142F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6142F is #29EBD0. Grayscale: #515151. Windows color (decimal): -2747345 or 3085526. OLE color: 3085526.

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

Color convert

RGB 214 20 47 -
CMYK 0 0.91 0.78 0.16
HSL 351.65º 0.83% 0.46% -
HSV(B) 351.65º 0.91% 0.84% -
XYZ 28.49 15 4.08 -
YUV 81.08 108.77 222.8 -
System Red Green Blue C M Y K H S L
Decimal 214 20 47 0 0.91 0.78 0.16 351.65 0.83 0.46
Hex D6 14 2F 0 5B 4E 10 160 53 2E
Octal 326 24 57 0 133 116 20 540 123 56
Binary 11010110 10100 101111 0 1011011 1001110 10000 101100000 1010011 101110

Color Harmonies of #D6142F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6142F

Black with #D6142F

Text Example


Text Example

White with #D6142F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6142F; }

 p { color: rgb(214,20,47); }

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

background-color css

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

 a { background-color: rgb(214,20,47); }

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

border-color css

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

 span { border-color: rgb(214,20,47); }

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