Html Css Color HEX #DA152C Crimson

📋 copy color: '#DA152C'

red 218 ◦ green 21 ◦ blue 44

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

Shades of Crimson #DA152C

Tints of Crimson #DA152C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.55%

R = 77.03%
G = 7.42%
B = 15.55%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DA152C (or 0xDA152C) is known color: Crimson. HEX triplet: DA, 15 and 2C. RGB value is (218,21,44). Sum of RGB (Red+Green+Blue) = 218+21+44=283 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.03% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 44 (17.58% from 255 or 15.55% from 283); Max value from RGB is 218 - color contains mainly: red. Hex color #DA152C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA152C is #25EAD3. Grayscale: #525252. Windows color (decimal): -2484948 or 2889178. OLE color: 2889178.

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

Color convert

RGB 218 21 44 -
CMYK 0 0.90 0.80 0.15
HSL 352.99º 0.82% 0.47% -
HSV(B) 352.99º 0.9% 0.85% -
XYZ 29.64 15.62 3.84 -
YUV 82.53 106.27 224.63 -
System Red Green Blue C M Y K H S L
Decimal 218 21 44 0 0.90 0.80 0.15 352.99 0.82 0.47
Hex DA 15 2C 0 5A 50 F 161 52 2F
Octal 332 25 54 0 132 120 17 541 122 57
Binary 11011010 10101 101100 0 1011010 1010000 1111 101100001 1010010 101111

Color Harmonies of #DA152C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA152C

Black with #DA152C

Text Example


Text Example

White with #DA152C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA152C; }

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

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

background-color css

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

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

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

border-color css

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

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

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