Html Css Color HEX #DA0942 Crimson

📋 copy color: '#DA0942'

red 218 ◦ green 9 ◦ blue 66

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

Shades of Crimson #DA0942

Tints of Crimson #DA0942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.53%

R = 74.4%
G = 3.07%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#DA0942 (or 0xDA0942) is known color: Crimson. HEX triplet: DA, 09 and 42. RGB value is (218,9,66). Sum of RGB (Red+Green+Blue) = 218+9+66=293 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.40% from 293); Green value is 9 (3.91% from 255 or 3.07% from 293); Blue value is 66 (26.17% from 255 or 22.53% from 293); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0942 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0942 is #25F6BD. Grayscale: #4D4D4D. Windows color (decimal): -2487998 or 4327898. OLE color: 4327898.

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

Color convert

RGB 218 9 66 -
CMYK 0 0.96 0.70 0.15
HSL 343.64º 0.92% 0.45% -
HSV(B) 343.64º 0.96% 0.85% -
XYZ 29.99 15.49 6.56 -
YUV 77.99 121.24 227.87 -
System Red Green Blue C M Y K H S L
Decimal 218 9 66 0 0.96 0.70 0.15 343.64 0.92 0.45
Hex DA 9 42 0 60 46 F 158 5C 2D
Octal 332 11 102 0 140 106 17 530 134 55
Binary 11011010 1001 1000010 0 1100000 1000110 1111 101011000 1011100 101101

Color Harmonies of #DA0942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0942

Black with #DA0942

Text Example


Text Example

White with #DA0942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0942; }

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

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

background-color css

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

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

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

border-color css

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

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

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