Html Css Color HEX #DA1435 Crimson

📋 copy color: '#DA1435'

red 218 ◦ green 20 ◦ blue 53

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

Shades of Crimson #DA1435

Tints of Crimson #DA1435

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.87%

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

R = 74.91%
G = 6.87%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#DA1435 (or 0xDA1435) is known color: Crimson. HEX triplet: DA, 14 and 35. RGB value is (218,20,53). Sum of RGB (Red+Green+Blue) = 218+20+53=291 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.91% from 291); Green value is 20 (8.20% from 255 or 6.87% from 291); Blue value is 53 (21.09% from 255 or 18.21% from 291); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1435 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1435 is #25EBCA. Grayscale: #535353. Windows color (decimal): -2485195 or 3478746. OLE color: 3478746.

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

Color convert

RGB 218 20 53 -
CMYK 0 0.91 0.76 0.15
HSL 350º 0.83% 0.47% -
HSV(B) 350º 0.91% 0.85% -
XYZ 29.81 15.66 4.82 -
YUV 82.96 111.1 224.32 -
System Red Green Blue C M Y K H S L
Decimal 218 20 53 0 0.91 0.76 0.15 350 0.83 0.47
Hex DA 14 35 0 5B 4C F 15E 53 2F
Octal 332 24 65 0 133 114 17 536 123 57
Binary 11011010 10100 110101 0 1011011 1001100 1111 101011110 1010011 101111

Color Harmonies of #DA1435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1435

Black with #DA1435

Text Example


Text Example

White with #DA1435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1435; }

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

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

background-color css

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

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

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

border-color css

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

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

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