Html Css Color HEX #DA053D Crimson

📋 copy color: '#DA053D'

red 218 ◦ green 5 ◦ blue 61

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

Shades of Crimson #DA053D

Tints of Crimson #DA053D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.48%

R = 76.76%
G = 1.76%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DA053D (or 0xDA053D) is known color: Crimson. HEX triplet: DA, 05 and 3D. RGB value is (218,5,61). Sum of RGB (Red+Green+Blue) = 218+5+61=284 (37% of max value = 765). Red value is 218 (85.55% from 255 or 76.76% from 284); Green value is 5 (2.34% from 255 or 1.76% from 284); Blue value is 61 (24.22% from 255 or 21.48% from 284); Max value from RGB is 218 - color contains mainly: red. Hex color #DA053D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA053D is #25FAC2. Grayscale: #4B4B4B. Windows color (decimal): -2489027 or 3999194. OLE color: 3999194.

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

Color convert

RGB 218 5 61 -
CMYK 0 0.98 0.72 0.15
HSL 344.23º 0.96% 0.44% -
HSV(B) 344.23º 0.98% 0.85% -
XYZ 29.81 15.35 5.81 -
YUV 75.07 120.07 229.95 -
System Red Green Blue C M Y K H S L
Decimal 218 5 61 0 0.98 0.72 0.15 344.23 0.96 0.44
Hex DA 5 3D 0 62 48 F 158 60 2C
Octal 332 5 75 0 142 110 17 530 140 54
Binary 11011010 101 111101 0 1100010 1001000 1111 101011000 1100000 101100

Color Harmonies of #DA053D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA053D

Black with #DA053D

Text Example


Text Example

White with #DA053D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA053D; }

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

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

background-color css

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

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

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

border-color css

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

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

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