Html Css Color HEX #DA1448 Crimson

📋 copy color: '#DA1448'

red 218 ◦ green 20 ◦ blue 72

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

Shades of Crimson #DA1448

Tints of Crimson #DA1448

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.45%

 BLUE value IS 72 (28.52% from 255) = 23.23%

R = 70.32%
G = 6.45%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA1448 (or 0xDA1448) is known color: Crimson. HEX triplet: DA, 14 and 48. RGB value is (218,20,72). Sum of RGB (Red+Green+Blue) = 218+20+72=310 (41% of max value = 765). Red value is 218 (85.55% from 255 or 70.32% from 310); Green value is 20 (8.20% from 255 or 6.45% from 310); Blue value is 72 (28.52% from 255 or 23.23% from 310); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1448 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1448 is #25EBB7. Grayscale: #555555. Windows color (decimal): -2485176 or 4723930. OLE color: 4723930.

HSL color Cylindrical-coordinate representation of color #DA1448: hue angle of 344.24º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA1448 is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 20 72 -
CMYK 0 0.91 0.67 0.15
HSL 344.24º 0.83% 0.47% -
HSV(B) 344.24º 0.91% 0.85% -
XYZ 30.33 15.87 7.6 -
YUV 85.13 120.6 222.77 -
System Red Green Blue C M Y K H S L
Decimal 218 20 72 0 0.91 0.67 0.15 344.24 0.83 0.47
Hex DA 14 48 0 5B 43 F 158 53 2F
Octal 332 24 110 0 133 103 17 530 123 57
Binary 11011010 10100 1001000 0 1011011 1000011 1111 101011000 1010011 101111

Color Harmonies of #DA1448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1448

Black with #DA1448

Text Example


Text Example

White with #DA1448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1448; }

 p { color: rgb(218,20,72); }

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

background-color css

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

 a { background-color: rgb(218,20,72); }

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

border-color css

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

 span { border-color: rgb(218,20,72); }

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