Html Css Color HEX #DA1735 Crimson

📋 copy color: '#DA1735'

red 218 ◦ green 23 ◦ blue 53

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

Shades of Crimson #DA1735

Tints of Crimson #DA1735

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.82%

 BLUE value IS 53 (21.09% from 255) = 18.03%

R = 74.15%
G = 7.82%
B = 18.03%

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

#DA1735 (or 0xDA1735) is known color: Crimson. HEX triplet: DA, 17 and 35. RGB value is (218,23,53). Sum of RGB (Red+Green+Blue) = 218+23+53=294 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.15% from 294); Green value is 23 (9.38% from 255 or 7.82% from 294); Blue value is 53 (21.09% from 255 or 18.03% from 294); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1735 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1735 is #25E8CA. Grayscale: #545454. Windows color (decimal): -2484427 or 3479514. OLE color: 3479514.

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

Color convert

RGB 218 23 53 -
CMYK 0 0.89 0.76 0.15
HSL 350.77º 0.81% 0.47% -
HSV(B) 350.77º 0.89% 0.85% -
XYZ 29.86 15.78 4.84 -
YUV 84.73 110.1 223.06 -
System Red Green Blue C M Y K H S L
Decimal 218 23 53 0 0.89 0.76 0.15 350.77 0.81 0.47
Hex DA 17 35 0 59 4C F 15F 51 2F
Octal 332 27 65 0 131 114 17 537 121 57
Binary 11011010 10111 110101 0 1011001 1001100 1111 101011111 1010001 101111

Color Harmonies of #DA1735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1735

Black with #DA1735

Text Example


Text Example

White with #DA1735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1735; }

 p { color: rgb(218,23,53); }

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

background-color css

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

 a { background-color: rgb(218,23,53); }

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

border-color css

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

 span { border-color: rgb(218,23,53); }

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