Html Css Color HEX #DA0A32 Crimson

📋 copy color: '#DA0A32'

red 218 ◦ green 10 ◦ blue 50

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

Shades of Crimson #DA0A32

Tints of Crimson #DA0A32

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.6%

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

R = 78.42%
G = 3.6%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#DA0A32 (or 0xDA0A32) is known color: Crimson. HEX triplet: DA, 0A and 32. RGB value is (218,10,50). Sum of RGB (Red+Green+Blue) = 218+10+50=278 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.42% from 278); Green value is 10 (4.30% from 255 or 3.60% from 278); Blue value is 50 (19.92% from 255 or 17.99% from 278); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0A32 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0A32 is #25F5CD. Grayscale: #4C4C4C. Windows color (decimal): -2487758 or 3279578. OLE color: 3279578.

HSL color Cylindrical-coordinate representation of color #DA0A32: hue angle of 348.46º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA0A32 is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 10 50 -
CMYK 0 0.95 0.77 0.15
HSL 348.46º 0.91% 0.45% -
HSV(B) 348.46º 0.95% 0.85% -
XYZ 29.6 15.35 4.42 -
YUV 76.75 112.91 228.75 -
System Red Green Blue C M Y K H S L
Decimal 218 10 50 0 0.95 0.77 0.15 348.46 0.91 0.45
Hex DA A 32 0 5F 4D F 15C 5B 2D
Octal 332 12 62 0 137 115 17 534 133 55
Binary 11011010 1010 110010 0 1011111 1001101 1111 101011100 1011011 101101

Color Harmonies of #DA0A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0A32

Black with #DA0A32

Text Example


Text Example

White with #DA0A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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