Html Css Color HEX #DA1436 Crimson

📋 copy color: '#DA1436'

red 218 ◦ green 20 ◦ blue 54

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

Shades of Crimson #DA1436

Tints of Crimson #DA1436

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 18.49%

R = 74.66%
G = 6.85%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#DA1436 (or 0xDA1436) is known color: Crimson. HEX triplet: DA, 14 and 36. RGB value is (218,20,54). Sum of RGB (Red+Green+Blue) = 218+20+54=292 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.66% from 292); Green value is 20 (8.20% from 255 or 6.85% from 292); Blue value is 54 (21.48% from 255 or 18.49% from 292); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1436 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1436 is #25EBC9. Grayscale: #535353. Windows color (decimal): -2485194 or 3544282. OLE color: 3544282.

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

Color convert

RGB 218 20 54 -
CMYK 0 0.91 0.75 0.15
HSL 349.7º 0.83% 0.47% -
HSV(B) 349.7º 0.91% 0.85% -
XYZ 29.83 15.67 4.94 -
YUV 83.08 111.6 224.24 -
System Red Green Blue C M Y K H S L
Decimal 218 20 54 0 0.91 0.75 0.15 349.7 0.83 0.47
Hex DA 14 36 0 5B 4B F 15E 53 2F
Octal 332 24 66 0 133 113 17 536 123 57
Binary 11011010 10100 110110 0 1011011 1001011 1111 101011110 1010011 101111

Color Harmonies of #DA1436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1436

Black with #DA1436

Text Example


Text Example

White with #DA1436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1436; }

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

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

background-color css

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

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

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

border-color css

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

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

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