Html Css Color HEX #DA082B Crimson

📋 copy color: '#DA082B'

red 218 ◦ green 8 ◦ blue 43

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

Shades of Crimson #DA082B

Tints of Crimson #DA082B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.99%

R = 81.04%
G = 2.97%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DA082B (or 0xDA082B) is known color: Crimson. HEX triplet: DA, 08 and 2B. RGB value is (218,8,43). Sum of RGB (Red+Green+Blue) = 218+8+43=269 (35% of max value = 765). Red value is 218 (85.55% from 255 or 81.04% from 269); Green value is 8 (3.52% from 255 or 2.97% from 269); Blue value is 43 (17.19% from 255 or 15.99% from 269); Max value from RGB is 218 - color contains mainly: red. Hex color #DA082B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA082B is #25F7D4. Grayscale: #4A4A4A. Windows color (decimal): -2488277 or 2820314. OLE color: 2820314.

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

Color convert

RGB 218 8 43 -
CMYK 0 0.96 0.80 0.15
HSL 350º 0.93% 0.44% -
HSV(B) 350º 0.96% 0.85% -
XYZ 29.44 15.25 3.68 -
YUV 74.78 110.07 230.15 -
System Red Green Blue C M Y K H S L
Decimal 218 8 43 0 0.96 0.80 0.15 350 0.93 0.44
Hex DA 8 2B 0 60 50 F 15E 5D 2C
Octal 332 10 53 0 140 120 17 536 135 54
Binary 11011010 1000 101011 0 1100000 1010000 1111 101011110 1011101 101100

Color Harmonies of #DA082B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA082B

Black with #DA082B

Text Example


Text Example

White with #DA082B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA082B; }

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

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

background-color css

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

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

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

border-color css

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

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

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