Html Css Color HEX #DA052A Crimson

📋 copy color: '#DA052A'

red 218 ◦ green 5 ◦ blue 42

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

Shades of Crimson #DA052A

Tints of Crimson #DA052A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.89%

 BLUE value IS 42 (16.8% from 255) = 15.85%

R = 82.26%
G = 1.89%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DA052A (or 0xDA052A) is known color: Crimson. HEX triplet: DA, 05 and 2A. RGB value is (218,5,42). Sum of RGB (Red+Green+Blue) = 218+5+42=265 (35% of max value = 765). Red value is 218 (85.55% from 255 or 82.26% from 265); Green value is 5 (2.34% from 255 or 1.89% from 265); Blue value is 42 (16.80% from 255 or 15.85% from 265); Max value from RGB is 218 - color contains mainly: red. Hex color #DA052A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA052A is #25FAD5. Grayscale: #484848. Windows color (decimal): -2489046 or 2754010. OLE color: 2754010.

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

Color convert

RGB 218 5 42 -
CMYK 0 0.98 0.81 0.15
HSL 349.58º 0.96% 0.44% -
HSV(B) 349.58º 0.98% 0.85% -
XYZ 29.39 15.18 3.57 -
YUV 72.91 110.57 231.49 -
System Red Green Blue C M Y K H S L
Decimal 218 5 42 0 0.98 0.81 0.15 349.58 0.96 0.44
Hex DA 5 2A 0 62 51 F 15E 60 2C
Octal 332 5 52 0 142 121 17 536 140 54
Binary 11011010 101 101010 0 1100010 1010001 1111 101011110 1100000 101100

Color Harmonies of #DA052A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA052A

Black with #DA052A

Text Example


Text Example

White with #DA052A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA052A; }

 p { color: rgb(218,5,42); }

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

background-color css

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

 a { background-color: rgb(218,5,42); }

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

border-color css

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

 span { border-color: rgb(218,5,42); }

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