Html Css Color HEX #DA183F Crimson

📋 copy color: '#DA183F'

red 218 ◦ green 24 ◦ blue 63

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

Shades of Crimson #DA183F

Tints of Crimson #DA183F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.66%

R = 71.48%
G = 7.87%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DA183F (or 0xDA183F) is known color: Crimson. HEX triplet: DA, 18 and 3F. RGB value is (218,24,63). Sum of RGB (Red+Green+Blue) = 218+24+63=305 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.48% from 305); Green value is 24 (9.77% from 255 or 7.87% from 305); Blue value is 63 (25% from 255 or 20.66% from 305); Max value from RGB is 218 - color contains mainly: red. Hex color #DA183F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA183F is #25E7C0. Grayscale: #565656. Windows color (decimal): -2484161 or 4135130. OLE color: 4135130.

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

Color convert

RGB 218 24 63 -
CMYK 0 0.89 0.71 0.15
HSL 347.94º 0.8% 0.47% -
HSV(B) 347.94º 0.89% 0.85% -
XYZ 30.14 15.92 6.19 -
YUV 86.45 114.77 221.83 -
System Red Green Blue C M Y K H S L
Decimal 218 24 63 0 0.89 0.71 0.15 347.94 0.8 0.47
Hex DA 18 3F 0 59 47 F 15C 50 2F
Octal 332 30 77 0 131 107 17 534 120 57
Binary 11011010 11000 111111 0 1011001 1000111 1111 101011100 1010000 101111

Color Harmonies of #DA183F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA183F

Black with #DA183F

Text Example


Text Example

White with #DA183F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA183F; }

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

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

background-color css

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

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

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

border-color css

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

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

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