Html Css Color HEX #DA0831 Crimson

📋 copy color: '#DA0831'

red 218 ◦ green 8 ◦ blue 49

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

Shades of Crimson #DA0831

Tints of Crimson #DA0831

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.91%

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

R = 79.27%
G = 2.91%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA0831 (or 0xDA0831) is known color: Crimson. HEX triplet: DA, 08 and 31. RGB value is (218,8,49). Sum of RGB (Red+Green+Blue) = 218+8+49=275 (36% of max value = 765). Red value is 218 (85.55% from 255 or 79.27% from 275); Green value is 8 (3.52% from 255 or 2.91% from 275); Blue value is 49 (19.53% from 255 or 17.82% from 275); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0831 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0831 is #25F7CE. Grayscale: #4B4B4B. Windows color (decimal): -2488271 or 3213530. OLE color: 3213530.

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

Color convert

RGB 218 8 49 -
CMYK 0 0.96 0.78 0.15
HSL 348.29º 0.93% 0.44% -
HSV(B) 348.29º 0.96% 0.85% -
XYZ 29.55 15.3 4.3 -
YUV 75.46 113.07 229.67 -
System Red Green Blue C M Y K H S L
Decimal 218 8 49 0 0.96 0.78 0.15 348.29 0.93 0.44
Hex DA 8 31 0 60 4E F 15C 5D 2C
Octal 332 10 61 0 140 116 17 534 135 54
Binary 11011010 1000 110001 0 1100000 1001110 1111 101011100 1011101 101100

Color Harmonies of #DA0831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0831

Black with #DA0831

Text Example


Text Example

White with #DA0831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0831; }

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

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

background-color css

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

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

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

border-color css

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

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

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