Html Css Color HEX #DA082A Crimson

📋 copy color: '#DA082A'

red 218 ◦ green 8 ◦ blue 42

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

Shades of Crimson #DA082A

Tints of Crimson #DA082A

RGB

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

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

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

R = 81.34%
G = 2.99%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DA082A (or 0xDA082A) is known color: Crimson. HEX triplet: DA, 08 and 2A. RGB value is (218,8,42). Sum of RGB (Red+Green+Blue) = 218+8+42=268 (35% of max value = 765). Red value is 218 (85.55% from 255 or 81.34% from 268); Green value is 8 (3.52% from 255 or 2.99% from 268); Blue value is 42 (16.80% from 255 or 15.67% from 268); Max value from RGB is 218 - color contains mainly: red. Hex color #DA082A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA082A is #25F7D5. Grayscale: #4A4A4A. Windows color (decimal): -2488278 or 2754778. OLE color: 2754778.

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

Color convert

RGB 218 8 42 -
CMYK 0 0.96 0.81 0.15
HSL 350.29º 0.93% 0.44% -
HSV(B) 350.29º 0.96% 0.85% -
XYZ 29.42 15.25 3.58 -
YUV 74.67 109.57 230.24 -
System Red Green Blue C M Y K H S L
Decimal 218 8 42 0 0.96 0.81 0.15 350.29 0.93 0.44
Hex DA 8 2A 0 60 51 F 15E 5D 2C
Octal 332 10 52 0 140 121 17 536 135 54
Binary 11011010 1000 101010 0 1100000 1010001 1111 101011110 1011101 101100

Color Harmonies of #DA082A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA082A

Black with #DA082A

Text Example


Text Example

White with #DA082A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA082A; }

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

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

background-color css

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

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

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

border-color css

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

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

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