Html Css Color HEX #DA0448 Crimson

📋 copy color: '#DA0448'

red 218 ◦ green 4 ◦ blue 72

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

Shades of Crimson #DA0448

Tints of Crimson #DA0448

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.36%

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

R = 74.15%
G = 1.36%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA0448 (or 0xDA0448) is known color: Crimson. HEX triplet: DA, 04 and 48. RGB value is (218,4,72). Sum of RGB (Red+Green+Blue) = 218+4+72=294 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.15% from 294); Green value is 4 (1.95% from 255 or 1.36% from 294); Blue value is 72 (28.52% from 255 or 24.49% from 294); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0448 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0448 is #25FBB7. Grayscale: #4B4B4B. Windows color (decimal): -2489272 or 4719834. OLE color: 4719834.

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

Color convert

RGB 218 4 72 -
CMYK 0 0.98 0.67 0.15
HSL 340.93º 0.96% 0.44% -
HSV(B) 340.93º 0.98% 0.85% -
XYZ 30.13 15.46 7.53 -
YUV 75.74 125.9 229.47 -
System Red Green Blue C M Y K H S L
Decimal 218 4 72 0 0.98 0.67 0.15 340.93 0.96 0.44
Hex DA 4 48 0 62 43 F 155 60 2C
Octal 332 4 110 0 142 103 17 525 140 54
Binary 11011010 100 1001000 0 1100010 1000011 1111 101010101 1100000 101100

Color Harmonies of #DA0448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0448

Black with #DA0448

Text Example


Text Example

White with #DA0448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0448; }

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

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

background-color css

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

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

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

border-color css

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

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

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