Html Css Color HEX #DA182F Crimson

📋 copy color: '#DA182F'

red 218 ◦ green 24 ◦ blue 47

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

Shades of Crimson #DA182F

Tints of Crimson #DA182F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.3%

 BLUE value IS 47 (18.75% from 255) = 16.26%

R = 75.43%
G = 8.3%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA182F (or 0xDA182F) is known color: Crimson. HEX triplet: DA, 18 and 2F. RGB value is (218,24,47). Sum of RGB (Red+Green+Blue) = 218+24+47=289 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.43% from 289); Green value is 24 (9.77% from 255 or 8.30% from 289); Blue value is 47 (18.75% from 255 or 16.26% from 289); Max value from RGB is 218 - color contains mainly: red. Hex color #DA182F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA182F is #25E7D0. Grayscale: #545454. Windows color (decimal): -2484177 or 3086554. OLE color: 3086554.

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

Color convert

RGB 218 24 47 -
CMYK 0 0.89 0.78 0.15
HSL 352.89º 0.8% 0.47% -
HSV(B) 352.89º 0.89% 0.85% -
XYZ 29.75 15.76 4.16 -
YUV 84.63 106.77 223.13 -
System Red Green Blue C M Y K H S L
Decimal 218 24 47 0 0.89 0.78 0.15 352.89 0.8 0.47
Hex DA 18 2F 0 59 4E F 161 50 2F
Octal 332 30 57 0 131 116 17 541 120 57
Binary 11011010 11000 101111 0 1011001 1001110 1111 101100001 1010000 101111

Color Harmonies of #DA182F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA182F

Black with #DA182F

Text Example


Text Example

White with #DA182F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA182F; }

 p { color: rgb(218,24,47); }

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

background-color css

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

 a { background-color: rgb(218,24,47); }

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

border-color css

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

 span { border-color: rgb(218,24,47); }

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