Html Css Color HEX #DA042F Crimson

📋 copy color: '#DA042F'

red 218 ◦ green 4 ◦ blue 47

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

Shades of Crimson #DA042F

Tints of Crimson #DA042F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.47%

R = 81.04%
G = 1.49%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA042F (or 0xDA042F) is known color: Crimson. HEX triplet: DA, 04 and 2F. RGB value is (218,4,47). Sum of RGB (Red+Green+Blue) = 218+4+47=269 (35% of max value = 765). Red value is 218 (85.55% from 255 or 81.04% from 269); Green value is 4 (1.95% from 255 or 1.49% from 269); Blue value is 47 (18.75% from 255 or 17.47% from 269); Max value from RGB is 218 - color contains mainly: red. Hex color #DA042F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA042F is #25FBD0. Grayscale: #484848. Windows color (decimal): -2489297 or 3081434. OLE color: 3081434.

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

Color convert

RGB 218 4 47 -
CMYK 0 0.98 0.78 0.15
HSL 347.94º 0.96% 0.44% -
HSV(B) 347.94º 0.98% 0.85% -
XYZ 29.47 15.2 4.07 -
YUV 72.89 113.4 231.5 -
System Red Green Blue C M Y K H S L
Decimal 218 4 47 0 0.98 0.78 0.15 347.94 0.96 0.44
Hex DA 4 2F 0 62 4E F 15C 60 2C
Octal 332 4 57 0 142 116 17 534 140 54
Binary 11011010 100 101111 0 1100010 1001110 1111 101011100 1100000 101100

Color Harmonies of #DA042F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA042F

Black with #DA042F

Text Example


Text Example

White with #DA042F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA042F; }

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

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

background-color css

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

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

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

border-color css

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

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

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