Html Css Color HEX #DA0832 Crimson

📋 copy color: '#DA0832'

red 218 ◦ green 8 ◦ blue 50

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

Shades of Crimson #DA0832

Tints of Crimson #DA0832

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 18.12%

R = 78.99%
G = 2.9%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#DA0832 (or 0xDA0832) is known color: Crimson. HEX triplet: DA, 08 and 32. RGB value is (218,8,50). Sum of RGB (Red+Green+Blue) = 218+8+50=276 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.99% from 276); Green value is 8 (3.52% from 255 or 2.90% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0832 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0832 is #25F7CD. Grayscale: #4B4B4B. Windows color (decimal): -2488270 or 3279066. OLE color: 3279066.

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

Color convert

RGB 218 8 50 -
CMYK 0 0.96 0.77 0.15
HSL 348º 0.93% 0.44% -
HSV(B) 348º 0.96% 0.85% -
XYZ 29.58 15.31 4.41 -
YUV 75.58 113.57 229.58 -
System Red Green Blue C M Y K H S L
Decimal 218 8 50 0 0.96 0.77 0.15 348 0.93 0.44
Hex DA 8 32 0 60 4D F 15C 5D 2C
Octal 332 10 62 0 140 115 17 534 135 54
Binary 11011010 1000 110010 0 1100000 1001101 1111 101011100 1011101 101100

Color Harmonies of #DA0832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0832

Black with #DA0832

Text Example


Text Example

White with #DA0832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0832; }

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

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

background-color css

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

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

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

border-color css

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

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

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