Html Css Color HEX #DA053B Crimson

📋 copy color: '#DA053B'

red 218 ◦ green 5 ◦ blue 59

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

Shades of Crimson #DA053B

Tints of Crimson #DA053B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.77%

 BLUE value IS 59 (23.44% from 255) = 20.92%

R = 77.3%
G = 1.77%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#DA053B (or 0xDA053B) is known color: Crimson. HEX triplet: DA, 05 and 3B. RGB value is (218,5,59). Sum of RGB (Red+Green+Blue) = 218+5+59=282 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.30% from 282); Green value is 5 (2.34% from 255 or 1.77% from 282); Blue value is 59 (23.44% from 255 or 20.92% from 282); Max value from RGB is 218 - color contains mainly: red. Hex color #DA053B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA053B is #25FAC4. Grayscale: #4A4A4A. Windows color (decimal): -2489029 or 3868122. OLE color: 3868122.

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

Color convert

RGB 218 5 59 -
CMYK 0 0.98 0.73 0.15
HSL 344.79º 0.96% 0.44% -
HSV(B) 344.79º 0.98% 0.85% -
XYZ 29.76 15.33 5.53 -
YUV 74.84 119.07 230.11 -
System Red Green Blue C M Y K H S L
Decimal 218 5 59 0 0.98 0.73 0.15 344.79 0.96 0.44
Hex DA 5 3B 0 62 49 F 159 60 2C
Octal 332 5 73 0 142 111 17 531 140 54
Binary 11011010 101 111011 0 1100010 1001001 1111 101011001 1100000 101100

Color Harmonies of #DA053B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA053B

Black with #DA053B

Text Example


Text Example

White with #DA053B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA053B; }

 p { color: rgb(218,5,59); }

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

background-color css

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

 a { background-color: rgb(218,5,59); }

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

border-color css

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

 span { border-color: rgb(218,5,59); }

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