Html Css Color HEX #DA0731 Crimson

📋 copy color: '#DA0731'

red 218 ◦ green 7 ◦ blue 49

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

Shades of Crimson #DA0731

Tints of Crimson #DA0731

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.55%

 BLUE value IS 49 (19.53% from 255) = 17.88%

R = 79.56%
G = 2.55%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA0731 (or 0xDA0731) is known color: Crimson. HEX triplet: DA, 07 and 31. RGB value is (218,7,49). Sum of RGB (Red+Green+Blue) = 218+7+49=274 (36% of max value = 765). Red value is 218 (85.55% from 255 or 79.56% from 274); Green value is 7 (3.12% from 255 or 2.55% from 274); Blue value is 49 (19.53% from 255 or 17.88% from 274); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0731 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0731 is #25F8CE. Grayscale: #4A4A4A. Windows color (decimal): -2488527 or 3213274. OLE color: 3213274.

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

Color convert

RGB 218 7 49 -
CMYK 0 0.97 0.78 0.15
HSL 348.06º 0.94% 0.44% -
HSV(B) 348.06º 0.97% 0.85% -
XYZ 29.54 15.28 4.3 -
YUV 74.88 113.4 230.08 -
System Red Green Blue C M Y K H S L
Decimal 218 7 49 0 0.97 0.78 0.15 348.06 0.94 0.44
Hex DA 7 31 0 61 4E F 15C 5E 2C
Octal 332 7 61 0 141 116 17 534 136 54
Binary 11011010 111 110001 0 1100001 1001110 1111 101011100 1011110 101100

Color Harmonies of #DA0731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0731

Black with #DA0731

Text Example


Text Example

White with #DA0731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0731; }

 p { color: rgb(218,7,49); }

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

background-color css

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

 a { background-color: rgb(218,7,49); }

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

border-color css

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

 span { border-color: rgb(218,7,49); }

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