Html Css Color HEX #DA0943 Crimson

📋 copy color: '#DA0943'

red 218 ◦ green 9 ◦ blue 67

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

Shades of Crimson #DA0943

Tints of Crimson #DA0943

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 22.79%

R = 74.15%
G = 3.06%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#DA0943 (or 0xDA0943) is known color: Crimson. HEX triplet: DA, 09 and 43. RGB value is (218,9,67). Sum of RGB (Red+Green+Blue) = 218+9+67=294 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.15% from 294); Green value is 9 (3.91% from 255 or 3.06% from 294); Blue value is 67 (26.56% from 255 or 22.79% from 294); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0943 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0943 is #25F6BC. Grayscale: #4E4E4E. Windows color (decimal): -2487997 or 4393434. OLE color: 4393434.

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

Color convert

RGB 218 9 67 -
CMYK 0 0.96 0.69 0.15
HSL 343.35º 0.92% 0.45% -
HSV(B) 343.35º 0.96% 0.85% -
XYZ 30.02 15.51 6.72 -
YUV 78.1 121.74 227.78 -
System Red Green Blue C M Y K H S L
Decimal 218 9 67 0 0.96 0.69 0.15 343.35 0.92 0.45
Hex DA 9 43 0 60 45 F 157 5C 2D
Octal 332 11 103 0 140 105 17 527 134 55
Binary 11011010 1001 1000011 0 1100000 1000101 1111 101010111 1011100 101101

Color Harmonies of #DA0943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0943

Black with #DA0943

Text Example


Text Example

White with #DA0943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0943; }

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

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

background-color css

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

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

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

border-color css

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

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

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