Html Css Color HEX #DA0932 Crimson

📋 copy color: '#DA0932'

red 218 ◦ green 9 ◦ blue 50

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

Shades of Crimson #DA0932

Tints of Crimson #DA0932

RGB

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

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

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

R = 78.7%
G = 3.25%
B = 18.05%

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

#DA0932 (or 0xDA0932) is known color: Crimson. HEX triplet: DA, 09 and 32. RGB value is (218,9,50). Sum of RGB (Red+Green+Blue) = 218+9+50=277 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.70% from 277); Green value is 9 (3.91% from 255 or 3.25% from 277); Blue value is 50 (19.92% from 255 or 18.05% from 277); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0932 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0932 is #25F6CD. Grayscale: #4C4C4C. Windows color (decimal): -2488014 or 3279322. OLE color: 3279322.

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

Color convert

RGB 218 9 50 -
CMYK 0 0.96 0.77 0.15
HSL 348.23º 0.92% 0.45% -
HSV(B) 348.23º 0.96% 0.85% -
XYZ 29.59 15.33 4.42 -
YUV 76.17 113.24 229.17 -
System Red Green Blue C M Y K H S L
Decimal 218 9 50 0 0.96 0.77 0.15 348.23 0.92 0.45
Hex DA 9 32 0 60 4D F 15C 5C 2D
Octal 332 11 62 0 140 115 17 534 134 55
Binary 11011010 1001 110010 0 1100000 1001101 1111 101011100 1011100 101101

Color Harmonies of #DA0932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0932

Black with #DA0932

Text Example


Text Example

White with #DA0932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0932; }

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

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

background-color css

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

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

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

border-color css

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

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

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