Html Css Color HEX #DA0436 Crimson

📋 copy color: '#DA0436'

red 218 ◦ green 4 ◦ blue 54

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

Shades of Crimson #DA0436

Tints of Crimson #DA0436

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.45%

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

R = 78.99%
G = 1.45%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#DA0436 (or 0xDA0436) is known color: Crimson. HEX triplet: DA, 04 and 36. RGB value is (218,4,54). Sum of RGB (Red+Green+Blue) = 218+4+54=276 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.99% from 276); Green value is 4 (1.95% from 255 or 1.45% from 276); Blue value is 54 (21.48% from 255 or 19.57% from 276); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0436 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0436 is #25FBC9. Grayscale: #494949. Windows color (decimal): -2489290 or 3540186. OLE color: 3540186.

HSL color Cylindrical-coordinate representation of color #DA0436: hue angle of 345.98º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DA0436 is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 4 54 -
CMYK 0 0.98 0.75 0.15
HSL 345.98º 0.96% 0.44% -
HSV(B) 345.98º 0.98% 0.85% -
XYZ 29.62 15.26 4.87 -
YUV 73.69 116.9 230.93 -
System Red Green Blue C M Y K H S L
Decimal 218 4 54 0 0.98 0.75 0.15 345.98 0.96 0.44
Hex DA 4 36 0 62 4B F 15A 60 2C
Octal 332 4 66 0 142 113 17 532 140 54
Binary 11011010 100 110110 0 1100010 1001011 1111 101011010 1100000 101100

Color Harmonies of #DA0436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0436

Black with #DA0436

Text Example


Text Example

White with #DA0436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0436; }

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

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

background-color css

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

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

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

border-color css

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

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

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