Html Css Color HEX #DA144D Crimson

📋 copy color: '#DA144D'

red 218 ◦ green 20 ◦ blue 77

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

Shades of Crimson #DA144D

Tints of Crimson #DA144D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.44%

R = 69.21%
G = 6.35%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DA144D (or 0xDA144D) is known color: Crimson. HEX triplet: DA, 14 and 4D. RGB value is (218,20,77). Sum of RGB (Red+Green+Blue) = 218+20+77=315 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.21% from 315); Green value is 20 (8.20% from 255 or 6.35% from 315); Blue value is 77 (30.47% from 255 or 24.44% from 315); Max value from RGB is 218 - color contains mainly: red. Hex color #DA144D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA144D is #25EBB2. Grayscale: #555555. Windows color (decimal): -2485171 or 5051610. OLE color: 5051610.

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

Color convert

RGB 218 20 77 -
CMYK 0 0.91 0.65 0.15
HSL 342.73º 0.83% 0.47% -
HSV(B) 342.73º 0.91% 0.85% -
XYZ 30.5 15.94 8.49 -
YUV 85.7 123.1 222.37 -
System Red Green Blue C M Y K H S L
Decimal 218 20 77 0 0.91 0.65 0.15 342.73 0.83 0.47
Hex DA 14 4D 0 5B 41 F 157 53 2F
Octal 332 24 115 0 133 101 17 527 123 57
Binary 11011010 10100 1001101 0 1011011 1000001 1111 101010111 1010011 101111

Color Harmonies of #DA144D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA144D

Black with #DA144D

Text Example


Text Example

White with #DA144D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA144D; }

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

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

background-color css

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

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

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

border-color css

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

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

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