Html Css Color HEX #DA083A Crimson

📋 copy color: '#DA083A'

red 218 ◦ green 8 ◦ blue 58

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

Shades of Crimson #DA083A

Tints of Crimson #DA083A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.82%

 BLUE value IS 58 (23.05% from 255) = 20.42%

R = 76.76%
G = 2.82%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#DA083A (or 0xDA083A) is known color: Crimson. HEX triplet: DA, 08 and 3A. RGB value is (218,8,58). Sum of RGB (Red+Green+Blue) = 218+8+58=284 (37% of max value = 765). Red value is 218 (85.55% from 255 or 76.76% from 284); Green value is 8 (3.52% from 255 or 2.82% from 284); Blue value is 58 (23.05% from 255 or 20.42% from 284); Max value from RGB is 218 - color contains mainly: red. Hex color #DA083A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA083A is #25F7C5. Grayscale: #4C4C4C. Windows color (decimal): -2488262 or 3803354. OLE color: 3803354.

HSL color Cylindrical-coordinate representation of color #DA083A: hue angle of 345.71º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA083A is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 8 58 -
CMYK 0 0.96 0.73 0.15
HSL 345.71º 0.93% 0.44% -
HSV(B) 345.71º 0.96% 0.85% -
XYZ 29.76 15.38 5.4 -
YUV 76.49 117.57 228.93 -
System Red Green Blue C M Y K H S L
Decimal 218 8 58 0 0.96 0.73 0.15 345.71 0.93 0.44
Hex DA 8 3A 0 60 49 F 15A 5D 2C
Octal 332 10 72 0 140 111 17 532 135 54
Binary 11011010 1000 111010 0 1100000 1001001 1111 101011010 1011101 101100

Color Harmonies of #DA083A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA083A

Black with #DA083A

Text Example


Text Example

White with #DA083A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA083A; }

 p { color: rgb(218,8,58); }

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

background-color css

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

 a { background-color: rgb(218,8,58); }

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

border-color css

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

 span { border-color: rgb(218,8,58); }

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