Html Css Color HEX #D7144B Crimson

📋 copy color: '#D7144B'

red 215 ◦ green 20 ◦ blue 75

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

Shades of Crimson #D7144B

Tints of Crimson #D7144B

RGB

 RED value IS 215 (84.38% from 255) = 69.35%

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

 BLUE value IS 75 (29.69% from 255) = 24.19%

R = 69.35%
G = 6.45%
B = 24.19%

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

#D7144B (or 0xD7144B) is known color: Crimson. HEX triplet: D7, 14 and 4B. RGB value is (215,20,75). Sum of RGB (Red+Green+Blue) = 215+20+75=310 (41% of max value = 765). Red value is 215 (84.38% from 255 or 69.35% from 310); Green value is 20 (8.20% from 255 or 6.45% from 310); Blue value is 75 (29.69% from 255 or 24.19% from 310); Max value from RGB is 215 - color contains mainly: red. Hex color #D7144B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7144B is #28EBB4. Grayscale: #545454. Windows color (decimal): -2681781 or 4920535. OLE color: 4920535.

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

Color convert

RGB 215 20 75 -
CMYK 0 0.91 0.65 0.16
HSL 343.08º 0.83% 0.46% -
HSV(B) 343.08º 0.91% 0.84% -
XYZ 29.54 15.46 8.08 -
YUV 84.58 122.6 221.03 -
System Red Green Blue C M Y K H S L
Decimal 215 20 75 0 0.91 0.65 0.16 343.08 0.83 0.46
Hex D7 14 4B 0 5B 41 10 157 53 2E
Octal 327 24 113 0 133 101 20 527 123 56
Binary 11010111 10100 1001011 0 1011011 1000001 10000 101010111 1010011 101110

Color Harmonies of #D7144B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7144B

Black with #D7144B

Text Example


Text Example

White with #D7144B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7144B; }

 p { color: rgb(215,20,75); }

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

background-color css

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

 a { background-color: rgb(215,20,75); }

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

border-color css

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

 span { border-color: rgb(215,20,75); }

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