Html Css Color HEX #DA1431 Crimson

📋 copy color: '#DA1431'

red 218 ◦ green 20 ◦ blue 49

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

Shades of Crimson #DA1431

Tints of Crimson #DA1431

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.97%

 BLUE value IS 49 (19.53% from 255) = 17.07%

R = 75.96%
G = 6.97%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA1431 (or 0xDA1431) is known color: Crimson. HEX triplet: DA, 14 and 31. RGB value is (218,20,49). Sum of RGB (Red+Green+Blue) = 218+20+49=287 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.96% from 287); Green value is 20 (8.20% from 255 or 6.97% from 287); Blue value is 49 (19.53% from 255 or 17.07% from 287); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1431 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1431 is #25EBCE. Grayscale: #525252. Windows color (decimal): -2485199 or 3216602. OLE color: 3216602.

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

Color convert

RGB 218 20 49 -
CMYK 0 0.91 0.78 0.15
HSL 351.21º 0.83% 0.47% -
HSV(B) 351.21º 0.91% 0.85% -
XYZ 29.72 15.63 4.36 -
YUV 82.51 109.1 224.64 -
System Red Green Blue C M Y K H S L
Decimal 218 20 49 0 0.91 0.78 0.15 351.21 0.83 0.47
Hex DA 14 31 0 5B 4E F 15F 53 2F
Octal 332 24 61 0 133 116 17 537 123 57
Binary 11011010 10100 110001 0 1011011 1001110 1111 101011111 1010011 101111

Color Harmonies of #DA1431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1431

Black with #DA1431

Text Example


Text Example

White with #DA1431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1431; }

 p { color: rgb(218,20,49); }

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

background-color css

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

 a { background-color: rgb(218,20,49); }

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

border-color css

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

 span { border-color: rgb(218,20,49); }

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