Html Css Color HEX #D2154C Crimson

📋 copy color: '#D2154C'

red 210 ◦ green 21 ◦ blue 76

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

Shades of Crimson #D2154C

Tints of Crimson #D2154C

RGB

 RED value IS 210 (82.42% from 255) = 68.4%

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

 BLUE value IS 76 (30.08% from 255) = 24.76%

R = 68.4%
G = 6.84%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D2154C (or 0xD2154C) is known color: Crimson. HEX triplet: D2, 15 and 4C. RGB value is (210,21,76). Sum of RGB (Red+Green+Blue) = 210+21+76=307 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.40% from 307); Green value is 21 (8.59% from 255 or 6.84% from 307); Blue value is 76 (30.08% from 255 or 24.76% from 307); Max value from RGB is 210 - color contains mainly: red. Hex color #D2154C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2154C is #2DEAB3. Grayscale: #535353. Windows color (decimal): -3009204 or 4986322. OLE color: 4986322.

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

Color convert

RGB 210 21 76 -
CMYK 0 0.90 0.64 0.18
HSL 342.54º 0.82% 0.45% -
HSV(B) 342.54º 0.9% 0.82% -
XYZ 28.15 14.76 8.2 -
YUV 83.78 123.62 218.03 -
System Red Green Blue C M Y K H S L
Decimal 210 21 76 0 0.90 0.64 0.18 342.54 0.82 0.45
Hex D2 15 4C 0 5A 40 12 157 52 2D
Octal 322 25 114 0 132 100 22 527 122 55
Binary 11010010 10101 1001100 0 1011010 1000000 10010 101010111 1010010 101101

Color Harmonies of #D2154C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2154C

Black with #D2154C

Text Example


Text Example

White with #D2154C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2154C; }

 p { color: rgb(210,21,76); }

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

background-color css

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

 a { background-color: rgb(210,21,76); }

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

border-color css

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

 span { border-color: rgb(210,21,76); }

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