Html Css Color HEX #DA1834 Crimson

📋 copy color: '#DA1834'

red 218 ◦ green 24 ◦ blue 52

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

Shades of Crimson #DA1834

Tints of Crimson #DA1834

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.69%

R = 74.15%
G = 8.16%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#DA1834 (or 0xDA1834) is known color: Crimson. HEX triplet: DA, 18 and 34. RGB value is (218,24,52). Sum of RGB (Red+Green+Blue) = 218+24+52=294 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.15% from 294); Green value is 24 (9.77% from 255 or 8.16% from 294); Blue value is 52 (20.70% from 255 or 17.69% from 294); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1834 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1834 is #25E7CB. Grayscale: #555555. Windows color (decimal): -2484172 or 3414234. OLE color: 3414234.

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

Color convert

RGB 218 24 52 -
CMYK 0 0.89 0.76 0.15
HSL 351.34º 0.8% 0.47% -
HSV(B) 351.34º 0.89% 0.85% -
XYZ 29.86 15.81 4.73 -
YUV 85.2 109.27 222.72 -
System Red Green Blue C M Y K H S L
Decimal 218 24 52 0 0.89 0.76 0.15 351.34 0.8 0.47
Hex DA 18 34 0 59 4C F 15F 50 2F
Octal 332 30 64 0 131 114 17 537 120 57
Binary 11011010 11000 110100 0 1011001 1001100 1111 101011111 1010000 101111

Color Harmonies of #DA1834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1834

Black with #DA1834

Text Example


Text Example

White with #DA1834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1834; }

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

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

background-color css

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

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

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

border-color css

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

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

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