Html Css Color HEX #DA154C Crimson

📋 copy color: '#DA154C'

red 218 ◦ green 21 ◦ blue 76

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

Shades of Crimson #DA154C

Tints of Crimson #DA154C

RGB

 RED value IS 218 (85.55% from 255) = 69.21%

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

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

R = 69.21%
G = 6.67%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DA154C (or 0xDA154C) is known color: Crimson. HEX triplet: DA, 15 and 4C. RGB value is (218,21,76). Sum of RGB (Red+Green+Blue) = 218+21+76=315 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.21% from 315); Green value is 21 (8.59% from 255 or 6.67% from 315); Blue value is 76 (30.08% from 255 or 24.13% from 315); Max value from RGB is 218 - color contains mainly: red. Hex color #DA154C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA154C is #25EAB3. Grayscale: #565656. Windows color (decimal): -2484916 or 4986330. OLE color: 4986330.

HSL color Cylindrical-coordinate representation of color #DA154C: hue angle of 343.25º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA154C is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 21 76 -
CMYK 0 0.90 0.65 0.15
HSL 343.25º 0.82% 0.47% -
HSV(B) 343.25º 0.9% 0.85% -
XYZ 30.49 15.96 8.31 -
YUV 86.17 122.27 222.03 -
System Red Green Blue C M Y K H S L
Decimal 218 21 76 0 0.90 0.65 0.15 343.25 0.82 0.47
Hex DA 15 4C 0 5A 41 F 157 52 2F
Octal 332 25 114 0 132 101 17 527 122 57
Binary 11011010 10101 1001100 0 1011010 1000001 1111 101010111 1010010 101111

Color Harmonies of #DA154C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA154C

Black with #DA154C

Text Example


Text Example

White with #DA154C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA154C; }

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

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

background-color css

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

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

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

border-color css

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

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

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