Html Css Color HEX #DA0339 Crimson

📋 copy color: '#DA0339'

red 218 ◦ green 3 ◦ blue 57

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

Shades of Crimson #DA0339

Tints of Crimson #DA0339

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.08%

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

R = 78.42%
G = 1.08%
B = 20.5%

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

#DA0339 (or 0xDA0339) is known color: Crimson. HEX triplet: DA, 03 and 39. RGB value is (218,3,57). Sum of RGB (Red+Green+Blue) = 218+3+57=278 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.42% from 278); Green value is 3 (1.56% from 255 or 1.08% from 278); Blue value is 57 (22.66% from 255 or 20.50% from 278); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0339 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0339 is #25FCC6. Grayscale: #494949. Windows color (decimal): -2489543 or 3736538. OLE color: 3736538.

HSL color Cylindrical-coordinate representation of color #DA0339: hue angle of 344.93º degrees, saturation: 0.97, 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 #DA0339 is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 3 57 -
CMYK 0 0.99 0.74 0.15
HSL 344.93º 0.97% 0.43% -
HSV(B) 344.93º 0.99% 0.85% -
XYZ 29.68 15.27 5.25 -
YUV 73.44 118.73 231.11 -
System Red Green Blue C M Y K H S L
Decimal 218 3 57 0 0.99 0.74 0.15 344.93 0.97 0.43
Hex DA 3 39 0 63 4A F 159 61 2B
Octal 332 3 71 0 143 112 17 531 141 53
Binary 11011010 11 111001 0 1100011 1001010 1111 101011001 1100001 101011

Color Harmonies of #DA0339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0339

Black with #DA0339

Text Example


Text Example

White with #DA0339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0339; }

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

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

background-color css

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

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

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

border-color css

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

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

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