Html Css Color HEX #DA144A Crimson

📋 copy color: '#DA144A'

red 218 ◦ green 20 ◦ blue 74

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

Shades of Crimson #DA144A

Tints of Crimson #DA144A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.72%

R = 69.87%
G = 6.41%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DA144A (or 0xDA144A) is known color: Crimson. HEX triplet: DA, 14 and 4A. RGB value is (218,20,74). Sum of RGB (Red+Green+Blue) = 218+20+74=312 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.87% from 312); Green value is 20 (8.20% from 255 or 6.41% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 218 - color contains mainly: red. Hex color #DA144A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA144A is #25EBB5. Grayscale: #555555. Windows color (decimal): -2485174 or 4855002. OLE color: 4855002.

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

Color convert

RGB 218 20 74 -
CMYK 0 0.91 0.66 0.15
HSL 343.64º 0.83% 0.47% -
HSV(B) 343.64º 0.91% 0.85% -
XYZ 30.4 15.9 7.95 -
YUV 85.36 121.6 222.61 -
System Red Green Blue C M Y K H S L
Decimal 218 20 74 0 0.91 0.66 0.15 343.64 0.83 0.47
Hex DA 14 4A 0 5B 42 F 158 53 2F
Octal 332 24 112 0 133 102 17 530 123 57
Binary 11011010 10100 1001010 0 1011011 1000010 1111 101011000 1010011 101111

Color Harmonies of #DA144A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA144A

Black with #DA144A

Text Example


Text Example

White with #DA144A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA144A; }

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

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

background-color css

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

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

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

border-color css

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

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

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