Html Css Color HEX #DA144C Crimson

📋 copy color: '#DA144C'

red 218 ◦ green 20 ◦ blue 76

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

Shades of Crimson #DA144C

Tints of Crimson #DA144C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.2%

R = 69.43%
G = 6.37%
B = 24.2%

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

#DA144C (or 0xDA144C) is known color: Crimson. HEX triplet: DA, 14 and 4C. RGB value is (218,20,76). Sum of RGB (Red+Green+Blue) = 218+20+76=314 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.43% from 314); Green value is 20 (8.20% from 255 or 6.37% from 314); Blue value is 76 (30.08% from 255 or 24.20% from 314); Max value from RGB is 218 - color contains mainly: red. Hex color #DA144C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA144C is #25EBB3. Grayscale: #555555. Windows color (decimal): -2485172 or 4986074. OLE color: 4986074.

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

Color convert

RGB 218 20 76 -
CMYK 0 0.91 0.65 0.15
HSL 343.03º 0.83% 0.47% -
HSV(B) 343.03º 0.91% 0.85% -
XYZ 30.47 15.93 8.31 -
YUV 85.59 122.6 222.45 -
System Red Green Blue C M Y K H S L
Decimal 218 20 76 0 0.91 0.65 0.15 343.03 0.83 0.47
Hex DA 14 4C 0 5B 41 F 157 53 2F
Octal 332 24 114 0 133 101 17 527 123 57
Binary 11011010 10100 1001100 0 1011011 1000001 1111 101010111 1010011 101111

Color Harmonies of #DA144C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA144C

Black with #DA144C

Text Example


Text Example

White with #DA144C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA144C; }

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

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

background-color css

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

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

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

border-color css

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

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

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