Html Css Color HEX #DA0341 Crimson

📋 copy color: '#DA0341'

red 218 ◦ green 3 ◦ blue 65

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

Shades of Crimson #DA0341

Tints of Crimson #DA0341

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.05%

 BLUE value IS 65 (25.78% from 255) = 22.73%

R = 76.22%
G = 1.05%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#DA0341 (or 0xDA0341) is known color: Crimson. HEX triplet: DA, 03 and 41. RGB value is (218,3,65). Sum of RGB (Red+Green+Blue) = 218+3+65=286 (37% of max value = 765). Red value is 218 (85.55% from 255 or 76.22% from 286); Green value is 3 (1.56% from 255 or 1.05% from 286); Blue value is 65 (25.78% from 255 or 22.73% from 286); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0341 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0341 is #25FCBE. Grayscale: #4A4A4A. Windows color (decimal): -2489535 or 4260826. OLE color: 4260826.

HSL color Cylindrical-coordinate representation of color #DA0341: hue angle of 342.7º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA0341 is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 3 65 -
CMYK 0 0.99 0.70 0.15
HSL 342.7º 0.97% 0.43% -
HSV(B) 342.7º 0.99% 0.85% -
XYZ 29.9 15.35 6.39 -
YUV 74.35 122.73 230.46 -
System Red Green Blue C M Y K H S L
Decimal 218 3 65 0 0.99 0.70 0.15 342.7 0.97 0.43
Hex DA 3 41 0 63 46 F 157 61 2B
Octal 332 3 101 0 143 106 17 527 141 53
Binary 11011010 11 1000001 0 1100011 1000110 1111 101010111 1100001 101011

Color Harmonies of #DA0341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0341

Black with #DA0341

Text Example


Text Example

White with #DA0341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0341; }

 p { color: rgb(218,3,65); }

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

background-color css

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

 a { background-color: rgb(218,3,65); }

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

border-color css

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

 span { border-color: rgb(218,3,65); }

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