Html Css Color HEX #DA052D Crimson

📋 copy color: '#DA052D'

red 218 ◦ green 5 ◦ blue 45

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

Shades of Crimson #DA052D

Tints of Crimson #DA052D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.79%

R = 81.34%
G = 1.87%
B = 16.79%

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

#DA052D (or 0xDA052D) is known color: Crimson. HEX triplet: DA, 05 and 2D. RGB value is (218,5,45). Sum of RGB (Red+Green+Blue) = 218+5+45=268 (35% of max value = 765). Red value is 218 (85.55% from 255 or 81.34% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 45 (17.97% from 255 or 16.79% from 268); Max value from RGB is 218 - color contains mainly: red. Hex color #DA052D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA052D is #25FAD2. Grayscale: #494949. Windows color (decimal): -2489043 or 2950618. OLE color: 2950618.

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

Color convert

RGB 218 5 45 -
CMYK 0 0.98 0.79 0.15
HSL 348.73º 0.96% 0.44% -
HSV(B) 348.73º 0.98% 0.85% -
XYZ 29.44 15.2 3.87 -
YUV 73.25 112.07 231.25 -
System Red Green Blue C M Y K H S L
Decimal 218 5 45 0 0.98 0.79 0.15 348.73 0.96 0.44
Hex DA 5 2D 0 62 4F F 15D 60 2C
Octal 332 5 55 0 142 117 17 535 140 54
Binary 11011010 101 101101 0 1100010 1001111 1111 101011101 1100000 101100

Color Harmonies of #DA052D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA052D

Black with #DA052D

Text Example


Text Example

White with #DA052D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA052D; }

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

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

background-color css

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

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

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

border-color css

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

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

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