Html Css Color HEX #DA1341 Crimson

📋 copy color: '#DA1341'

red 218 ◦ green 19 ◦ blue 65

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

Shades of Crimson #DA1341

Tints of Crimson #DA1341

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.29%

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

R = 72.19%
G = 6.29%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#DA1341 (or 0xDA1341) is known color: Crimson. HEX triplet: DA, 13 and 41. RGB value is (218,19,65). Sum of RGB (Red+Green+Blue) = 218+19+65=302 (40% of max value = 765). Red value is 218 (85.55% from 255 or 72.19% from 302); Green value is 19 (7.81% from 255 or 6.29% from 302); Blue value is 65 (25.78% from 255 or 21.52% from 302); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1341 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1341 is #25ECBE. Grayscale: #535353. Windows color (decimal): -2485439 or 4264922. OLE color: 4264922.

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

Color convert

RGB 218 19 65 -
CMYK 0 0.91 0.70 0.15
HSL 346.13º 0.84% 0.46% -
HSV(B) 346.13º 0.91% 0.85% -
XYZ 30.1 15.75 6.46 -
YUV 83.75 117.43 223.76 -
System Red Green Blue C M Y K H S L
Decimal 218 19 65 0 0.91 0.70 0.15 346.13 0.84 0.46
Hex DA 13 41 0 5B 46 F 15A 54 2E
Octal 332 23 101 0 133 106 17 532 124 56
Binary 11011010 10011 1000001 0 1011011 1000110 1111 101011010 1010100 101110

Color Harmonies of #DA1341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1341

Black with #DA1341

Text Example


Text Example

White with #DA1341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1341; }

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

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

background-color css

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

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

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

border-color css

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

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

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