Html Css Color HEX #DA143A Crimson

📋 copy color: '#DA143A'

red 218 ◦ green 20 ◦ blue 58

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

Shades of Crimson #DA143A

Tints of Crimson #DA143A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.59%

R = 73.65%
G = 6.76%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#DA143A (or 0xDA143A) is known color: Crimson. HEX triplet: DA, 14 and 3A. RGB value is (218,20,58). Sum of RGB (Red+Green+Blue) = 218+20+58=296 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.65% from 296); Green value is 20 (8.20% from 255 or 6.76% from 296); Blue value is 58 (23.05% from 255 or 19.59% from 296); Max value from RGB is 218 - color contains mainly: red. Hex color #DA143A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA143A is #25EBC5. Grayscale: #535353. Windows color (decimal): -2485190 or 3806426. OLE color: 3806426.

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

Color convert

RGB 218 20 58 -
CMYK 0 0.91 0.73 0.15
HSL 348.48º 0.83% 0.47% -
HSV(B) 348.48º 0.91% 0.85% -
XYZ 29.93 15.71 5.46 -
YUV 83.53 113.6 223.91 -
System Red Green Blue C M Y K H S L
Decimal 218 20 58 0 0.91 0.73 0.15 348.48 0.83 0.47
Hex DA 14 3A 0 5B 49 F 15C 53 2F
Octal 332 24 72 0 133 111 17 534 123 57
Binary 11011010 10100 111010 0 1011011 1001001 1111 101011100 1010011 101111

Color Harmonies of #DA143A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA143A

Black with #DA143A

Text Example


Text Example

White with #DA143A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA143A; }

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

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

background-color css

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

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

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

border-color css

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

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

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