Html Css Color HEX #DA0435 Crimson

📋 copy color: '#DA0435'

red 218 ◦ green 4 ◦ blue 53

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

Shades of Crimson #DA0435

Tints of Crimson #DA0435

RGB

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

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

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

R = 79.27%
G = 1.45%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#DA0435 (or 0xDA0435) is known color: Crimson. HEX triplet: DA, 04 and 35. RGB value is (218,4,53). Sum of RGB (Red+Green+Blue) = 218+4+53=275 (36% of max value = 765). Red value is 218 (85.55% from 255 or 79.27% from 275); Green value is 4 (1.95% from 255 or 1.45% from 275); Blue value is 53 (21.09% from 255 or 19.27% from 275); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0435 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0435 is #25FBCA. Grayscale: #494949. Windows color (decimal): -2489291 or 3474650. OLE color: 3474650.

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

Color convert

RGB 218 4 53 -
CMYK 0 0.98 0.76 0.15
HSL 346.26º 0.96% 0.44% -
HSV(B) 346.26º 0.98% 0.85% -
XYZ 29.6 15.25 4.75 -
YUV 73.57 116.4 231.02 -
System Red Green Blue C M Y K H S L
Decimal 218 4 53 0 0.98 0.76 0.15 346.26 0.96 0.44
Hex DA 4 35 0 62 4C F 15A 60 2C
Octal 332 4 65 0 142 114 17 532 140 54
Binary 11011010 100 110101 0 1100010 1001100 1111 101011010 1100000 101100

Color Harmonies of #DA0435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0435

Black with #DA0435

Text Example


Text Example

White with #DA0435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0435; }

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

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

background-color css

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

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

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

border-color css

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

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

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