Html Css Color HEX #D6144A Crimson

📋 copy color: '#D6144A'

red 214 ◦ green 20 ◦ blue 74

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

Shades of Crimson #D6144A

Tints of Crimson #D6144A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.03%

R = 69.48%
G = 6.49%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D6144A (or 0xD6144A) is known color: Crimson. HEX triplet: D6, 14 and 4A. RGB value is (214,20,74). Sum of RGB (Red+Green+Blue) = 214+20+74=308 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.48% from 308); Green value is 20 (8.20% from 255 or 6.49% from 308); Blue value is 74 (29.30% from 255 or 24.03% from 308); Max value from RGB is 214 - color contains mainly: red. Hex color #D6144A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6144A is #29EBB5. Grayscale: #545454. Windows color (decimal): -2747318 or 4854998. OLE color: 4854998.

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

Color convert

RGB 214 20 74 -
CMYK 0 0.91 0.65 0.16
HSL 343.3º 0.83% 0.46% -
HSV(B) 343.3º 0.91% 0.84% -
XYZ 29.22 15.29 7.89 -
YUV 84.16 122.27 220.61 -
System Red Green Blue C M Y K H S L
Decimal 214 20 74 0 0.91 0.65 0.16 343.3 0.83 0.46
Hex D6 14 4A 0 5B 41 10 157 53 2E
Octal 326 24 112 0 133 101 20 527 123 56
Binary 11010110 10100 1001010 0 1011011 1000001 10000 101010111 1010011 101110

Color Harmonies of #D6144A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6144A

Black with #D6144A

Text Example


Text Example

White with #D6144A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6144A; }

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

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

background-color css

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

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

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

border-color css

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

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

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