Html Css Color HEX #DA033F Crimson

📋 copy color: '#DA033F'

red 218 ◦ green 3 ◦ blue 63

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

Shades of Crimson #DA033F

Tints of Crimson #DA033F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.18%

R = 76.76%
G = 1.06%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DA033F (or 0xDA033F) is known color: Crimson. HEX triplet: DA, 03 and 3F. RGB value is (218,3,63). Sum of RGB (Red+Green+Blue) = 218+3+63=284 (37% of max value = 765). Red value is 218 (85.55% from 255 or 76.76% from 284); Green value is 3 (1.56% from 255 or 1.06% from 284); Blue value is 63 (25% from 255 or 22.18% from 284); Max value from RGB is 218 - color contains mainly: red. Hex color #DA033F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA033F is #25FCC0. Grayscale: #4A4A4A. Windows color (decimal): -2489537 or 4129754. OLE color: 4129754.

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

Color convert

RGB 218 3 63 -
CMYK 0 0.99 0.71 0.15
HSL 343.26º 0.97% 0.43% -
HSV(B) 343.26º 0.99% 0.85% -
XYZ 29.84 15.33 6.09 -
YUV 74.13 121.73 230.62 -
System Red Green Blue C M Y K H S L
Decimal 218 3 63 0 0.99 0.71 0.15 343.26 0.97 0.43
Hex DA 3 3F 0 63 47 F 157 61 2B
Octal 332 3 77 0 143 107 17 527 141 53
Binary 11011010 11 111111 0 1100011 1000111 1111 101010111 1100001 101011

Color Harmonies of #DA033F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA033F

Black with #DA033F

Text Example


Text Example

White with #DA033F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA033F; }

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

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

background-color css

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

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

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

border-color css

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

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

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