Html Css Color HEX #DA183B Crimson

📋 copy color: '#DA183B'

red 218 ◦ green 24 ◦ blue 59

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

Shades of Crimson #DA183B

Tints of Crimson #DA183B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.6%

R = 72.43%
G = 7.97%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#DA183B (or 0xDA183B) is known color: Crimson. HEX triplet: DA, 18 and 3B. RGB value is (218,24,59). Sum of RGB (Red+Green+Blue) = 218+24+59=301 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.43% from 301); Green value is 24 (9.77% from 255 or 7.97% from 301); Blue value is 59 (23.44% from 255 or 19.60% from 301); Max value from RGB is 218 - color contains mainly: red. Hex color #DA183B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA183B is #25E7C4. Grayscale: #565656. Windows color (decimal): -2484165 or 3872986. OLE color: 3872986.

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

Color convert

RGB 218 24 59 -
CMYK 0 0.89 0.73 0.15
HSL 349.18º 0.8% 0.47% -
HSV(B) 349.18º 0.89% 0.85% -
XYZ 30.03 15.87 5.62 -
YUV 86 112.77 222.15 -
System Red Green Blue C M Y K H S L
Decimal 218 24 59 0 0.89 0.73 0.15 349.18 0.8 0.47
Hex DA 18 3B 0 59 49 F 15D 50 2F
Octal 332 30 73 0 131 111 17 535 120 57
Binary 11011010 11000 111011 0 1011001 1001001 1111 101011101 1010000 101111

Color Harmonies of #DA183B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA183B

Black with #DA183B

Text Example


Text Example

White with #DA183B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA183B; }

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

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

background-color css

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

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

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

border-color css

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

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

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