Html Css Color HEX #DA0936 Crimson

📋 copy color: '#DA0936'

red 218 ◦ green 9 ◦ blue 54

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

Shades of Crimson #DA0936

Tints of Crimson #DA0936

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.2%

 BLUE value IS 54 (21.48% from 255) = 19.22%

R = 77.58%
G = 3.2%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#DA0936 (or 0xDA0936) is known color: Crimson. HEX triplet: DA, 09 and 36. RGB value is (218,9,54). Sum of RGB (Red+Green+Blue) = 218+9+54=281 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.58% from 281); Green value is 9 (3.91% from 255 or 3.20% from 281); Blue value is 54 (21.48% from 255 or 19.22% from 281); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0936 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0936 is #25F6C9. Grayscale: #4C4C4C. Windows color (decimal): -2488010 or 3541466. OLE color: 3541466.

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

Color convert

RGB 218 9 54 -
CMYK 0 0.96 0.75 0.15
HSL 347.08º 0.92% 0.45% -
HSV(B) 347.08º 0.96% 0.85% -
XYZ 29.68 15.37 4.89 -
YUV 76.62 115.24 228.84 -
System Red Green Blue C M Y K H S L
Decimal 218 9 54 0 0.96 0.75 0.15 347.08 0.92 0.45
Hex DA 9 36 0 60 4B F 15B 5C 2D
Octal 332 11 66 0 140 113 17 533 134 55
Binary 11011010 1001 110110 0 1100000 1001011 1111 101011011 1011100 101101

Color Harmonies of #DA0936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0936

Black with #DA0936

Text Example


Text Example

White with #DA0936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0936; }

 p { color: rgb(218,9,54); }

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

background-color css

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

 a { background-color: rgb(218,9,54); }

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

border-color css

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

 span { border-color: rgb(218,9,54); }

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