Html Css Color HEX #D4154D Crimson

📋 copy color: '#D4154D'

red 212 ◦ green 21 ◦ blue 77

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

Shades of Crimson #D4154D

Tints of Crimson #D4154D

RGB

 RED value IS 212 (83.2% from 255) = 68.39%

 GREEN value IS 21 (8.59% from 255) = 6.77%

 BLUE value IS 77 (30.47% from 255) = 24.84%

R = 68.39%
G = 6.77%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#D4154D (or 0xD4154D) is known color: Crimson. HEX triplet: D4, 15 and 4D. RGB value is (212,21,77). Sum of RGB (Red+Green+Blue) = 212+21+77=310 (41% of max value = 765). Red value is 212 (83.20% from 255 or 68.39% from 310); Green value is 21 (8.59% from 255 or 6.77% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 212 - color contains mainly: red. Hex color #D4154D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4154D is #2BEAB2. Grayscale: #545454. Windows color (decimal): -2878131 or 5051860. OLE color: 5051860.

HSL color Cylindrical-coordinate representation of color #D4154D: hue angle of 342.41º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D4154D is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 21 77 -
CMYK 0 0.90 0.64 0.17
HSL 342.41º 0.82% 0.46% -
HSV(B) 342.41º 0.9% 0.83% -
XYZ 28.76 15.07 8.41 -
YUV 84.49 123.78 218.95 -
System Red Green Blue C M Y K H S L
Decimal 212 21 77 0 0.90 0.64 0.17 342.41 0.82 0.46
Hex D4 15 4D 0 5A 40 11 156 52 2E
Octal 324 25 115 0 132 100 21 526 122 56
Binary 11010100 10101 1001101 0 1011010 1000000 10001 101010110 1010010 101110

Color Harmonies of #D4154D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4154D

Black with #D4154D

Text Example


Text Example

White with #D4154D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4154D; }

 p { color: rgb(212,21,77); }

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

background-color css

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

 a { background-color: rgb(212,21,77); }

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

border-color css

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

 span { border-color: rgb(212,21,77); }

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