Html Css Color HEX #DA0239 Crimson

📋 copy color: '#DA0239'

red 218 ◦ green 2 ◦ blue 57

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

Shades of Crimson #DA0239

Tints of Crimson #DA0239

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.72%

 BLUE value IS 57 (22.66% from 255) = 20.58%

R = 78.7%
G = 0.72%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#DA0239 (or 0xDA0239) is known color: Crimson. HEX triplet: DA, 02 and 39. RGB value is (218,2,57). Sum of RGB (Red+Green+Blue) = 218+2+57=277 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.70% from 277); Green value is 2 (1.17% from 255 or 0.72% from 277); Blue value is 57 (22.66% from 255 or 20.58% from 277); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0239 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0239 is #25FDC6. Grayscale: #484848. Windows color (decimal): -2489799 or 3736282. OLE color: 3736282.

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

Color convert

RGB 218 2 57 -
CMYK 0 0.99 0.74 0.15
HSL 344.72º 0.98% 0.43% -
HSV(B) 344.72º 0.99% 0.85% -
XYZ 29.67 15.24 5.25 -
YUV 72.85 119.06 231.53 -
System Red Green Blue C M Y K H S L
Decimal 218 2 57 0 0.99 0.74 0.15 344.72 0.98 0.43
Hex DA 2 39 0 63 4A F 159 62 2B
Octal 332 2 71 0 143 112 17 531 142 53
Binary 11011010 10 111001 0 1100011 1001010 1111 101011001 1100010 101011

Color Harmonies of #DA0239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0239

Black with #DA0239

Text Example


Text Example

White with #DA0239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0239; }

 p { color: rgb(218,2,57); }

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

background-color css

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

 a { background-color: rgb(218,2,57); }

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

border-color css

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

 span { border-color: rgb(218,2,57); }

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