Html Css Color HEX #DA1340 Crimson

📋 copy color: '#DA1340'

red 218 ◦ green 19 ◦ blue 64

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

Shades of Crimson #DA1340

Tints of Crimson #DA1340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 21.26%

R = 72.43%
G = 6.31%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DA1340 (or 0xDA1340) is known color: Crimson. HEX triplet: DA, 13 and 40. RGB value is (218,19,64). Sum of RGB (Red+Green+Blue) = 218+19+64=301 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.43% from 301); Green value is 19 (7.81% from 255 or 6.31% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1340 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1340 is #25ECBF. Grayscale: #535353. Windows color (decimal): -2485440 or 4199386. OLE color: 4199386.

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

Color convert

RGB 218 19 64 -
CMYK 0 0.91 0.71 0.15
HSL 346.43º 0.84% 0.46% -
HSV(B) 346.43º 0.91% 0.85% -
XYZ 30.07 15.74 6.3 -
YUV 83.63 116.93 223.84 -
System Red Green Blue C M Y K H S L
Decimal 218 19 64 0 0.91 0.71 0.15 346.43 0.84 0.46
Hex DA 13 40 0 5B 47 F 15A 54 2E
Octal 332 23 100 0 133 107 17 532 124 56
Binary 11011010 10011 1000000 0 1011011 1000111 1111 101011010 1010100 101110

Color Harmonies of #DA1340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1340

Black with #DA1340

Text Example


Text Example

White with #DA1340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1340; }

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

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

background-color css

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

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

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

border-color css

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

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

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