Html Css Color HEX #DA154A Crimson

📋 copy color: '#DA154A'

red 218 ◦ green 21 ◦ blue 74

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

Shades of Crimson #DA154A

Tints of Crimson #DA154A

RGB

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

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

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

R = 69.65%
G = 6.71%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DA154A (or 0xDA154A) is known color: Crimson. HEX triplet: DA, 15 and 4A. RGB value is (218,21,74). Sum of RGB (Red+Green+Blue) = 218+21+74=313 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.65% from 313); Green value is 21 (8.59% from 255 or 6.71% from 313); Blue value is 74 (29.30% from 255 or 23.64% from 313); Max value from RGB is 218 - color contains mainly: red. Hex color #DA154A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA154A is #25EAB5. Grayscale: #555555. Windows color (decimal): -2484918 or 4855258. OLE color: 4855258.

HSL color Cylindrical-coordinate representation of color #DA154A: hue angle of 343.86º 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 #DA154A is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 21 74 -
CMYK 0 0.90 0.66 0.15
HSL 343.86º 0.82% 0.47% -
HSV(B) 343.86º 0.9% 0.85% -
XYZ 30.42 15.94 7.95 -
YUV 85.95 121.27 222.19 -
System Red Green Blue C M Y K H S L
Decimal 218 21 74 0 0.90 0.66 0.15 343.86 0.82 0.47
Hex DA 15 4A 0 5A 42 F 158 52 2F
Octal 332 25 112 0 132 102 17 530 122 57
Binary 11011010 10101 1001010 0 1011010 1000010 1111 101011000 1010010 101111

Color Harmonies of #DA154A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA154A

Black with #DA154A

Text Example


Text Example

White with #DA154A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA154A; }

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

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

background-color css

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

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

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

border-color css

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

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

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