Html Css Color HEX #DA042E Crimson

📋 copy color: '#DA042E'

red 218 ◦ green 4 ◦ blue 46

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

Shades of Crimson #DA042E

Tints of Crimson #DA042E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.16%

R = 81.34%
G = 1.49%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DA042E (or 0xDA042E) is known color: Crimson. HEX triplet: DA, 04 and 2E. RGB value is (218,4,46). Sum of RGB (Red+Green+Blue) = 218+4+46=268 (35% of max value = 765). Red value is 218 (85.55% from 255 or 81.34% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 46 (18.36% from 255 or 17.16% from 268); Max value from RGB is 218 - color contains mainly: red. Hex color #DA042E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA042E is #25FBD1. Grayscale: #484848. Windows color (decimal): -2489298 or 3015898. OLE color: 3015898.

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

Color convert

RGB 218 4 46 -
CMYK 0 0.98 0.79 0.15
HSL 348.22º 0.96% 0.44% -
HSV(B) 348.22º 0.98% 0.85% -
XYZ 29.45 15.19 3.96 -
YUV 72.77 112.9 231.58 -
System Red Green Blue C M Y K H S L
Decimal 218 4 46 0 0.98 0.79 0.15 348.22 0.96 0.44
Hex DA 4 2E 0 62 4F F 15C 60 2C
Octal 332 4 56 0 142 117 17 534 140 54
Binary 11011010 100 101110 0 1100010 1001111 1111 101011100 1100000 101100

Color Harmonies of #DA042E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA042E

Black with #DA042E

Text Example


Text Example

White with #DA042E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA042E; }

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

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

background-color css

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

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

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

border-color css

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

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

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