Html Css Color HEX #DA042B Crimson

📋 copy color: '#DA042B'

red 218 ◦ green 4 ◦ blue 43

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

Shades of Crimson #DA042B

Tints of Crimson #DA042B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.23%

R = 82.26%
G = 1.51%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DA042B (or 0xDA042B) is known color: Crimson. HEX triplet: DA, 04 and 2B. RGB value is (218,4,43). Sum of RGB (Red+Green+Blue) = 218+4+43=265 (35% of max value = 765). Red value is 218 (85.55% from 255 or 82.26% from 265); Green value is 4 (1.95% from 255 or 1.51% from 265); Blue value is 43 (17.19% from 255 or 16.23% from 265); Max value from RGB is 218 - color contains mainly: red. Hex color #DA042B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA042B is #25FBD4. Grayscale: #484848. Windows color (decimal): -2489301 or 2819290. OLE color: 2819290.

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

Color convert

RGB 218 4 43 -
CMYK 0 0.98 0.80 0.15
HSL 349.07º 0.96% 0.44% -
HSV(B) 349.07º 0.98% 0.85% -
XYZ 29.39 15.17 3.66 -
YUV 72.43 111.4 231.83 -
System Red Green Blue C M Y K H S L
Decimal 218 4 43 0 0.98 0.80 0.15 349.07 0.96 0.44
Hex DA 4 2B 0 62 50 F 15D 60 2C
Octal 332 4 53 0 142 120 17 535 140 54
Binary 11011010 100 101011 0 1100010 1010000 1111 101011101 1100000 101100

Color Harmonies of #DA042B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA042B

Black with #DA042B

Text Example


Text Example

White with #DA042B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA042B; }

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

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

background-color css

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

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

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

border-color css

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

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

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