Html Css Color HEX #DA192D Crimson

📋 copy color: '#DA192D'

red 218 ◦ green 25 ◦ blue 45

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

Shades of Crimson #DA192D

Tints of Crimson #DA192D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.68%

 BLUE value IS 45 (17.97% from 255) = 15.63%

R = 75.69%
G = 8.68%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DA192D (or 0xDA192D) is known color: Crimson. HEX triplet: DA, 19 and 2D. RGB value is (218,25,45). Sum of RGB (Red+Green+Blue) = 218+25+45=288 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.69% from 288); Green value is 25 (10.16% from 255 or 8.68% from 288); Blue value is 45 (17.97% from 255 or 15.62% from 288); Max value from RGB is 218 - color contains mainly: red. Hex color #DA192D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA192D is #25E6D2. Grayscale: #555555. Windows color (decimal): -2483923 or 2955738. OLE color: 2955738.

HSL color Cylindrical-coordinate representation of color #DA192D: hue angle of 353.78º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA192D is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 25 45 -
CMYK 0 0.89 0.79 0.15
HSL 353.78º 0.79% 0.48% -
HSV(B) 353.78º 0.89% 0.85% -
XYZ 29.73 15.79 3.96 -
YUV 84.99 105.44 222.87 -
System Red Green Blue C M Y K H S L
Decimal 218 25 45 0 0.89 0.79 0.15 353.78 0.79 0.48
Hex DA 19 2D 0 59 4F F 162 4F 30
Octal 332 31 55 0 131 117 17 542 117 60
Binary 11011010 11001 101101 0 1011001 1001111 1111 101100010 1001111 110000

Color Harmonies of #DA192D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA192D

Black with #DA192D

Text Example


Text Example

White with #DA192D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA192D; }

 p { color: rgb(218,25,45); }

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

background-color css

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

 a { background-color: rgb(218,25,45); }

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

border-color css

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

 span { border-color: rgb(218,25,45); }

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