Html Css Color HEX #DA082C Crimson

📋 copy color: '#DA082C'

red 218 ◦ green 8 ◦ blue 44

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

Shades of Crimson #DA082C

Tints of Crimson #DA082C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.3%

R = 80.74%
G = 2.96%
B = 16.3%

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

#DA082C (or 0xDA082C) is known color: Crimson. HEX triplet: DA, 08 and 2C. RGB value is (218,8,44). Sum of RGB (Red+Green+Blue) = 218+8+44=270 (35% of max value = 765). Red value is 218 (85.55% from 255 or 80.74% from 270); Green value is 8 (3.52% from 255 or 2.96% from 270); Blue value is 44 (17.58% from 255 or 16.30% from 270); Max value from RGB is 218 - color contains mainly: red. Hex color #DA082C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA082C is #25F7D3. Grayscale: #4A4A4A. Windows color (decimal): -2488276 or 2885850. OLE color: 2885850.

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

Color convert

RGB 218 8 44 -
CMYK 0 0.96 0.80 0.15
HSL 349.71º 0.93% 0.44% -
HSV(B) 349.71º 0.96% 0.85% -
XYZ 29.45 15.26 3.78 -
YUV 74.89 110.57 230.07 -
System Red Green Blue C M Y K H S L
Decimal 218 8 44 0 0.96 0.80 0.15 349.71 0.93 0.44
Hex DA 8 2C 0 60 50 F 15E 5D 2C
Octal 332 10 54 0 140 120 17 536 135 54
Binary 11011010 1000 101100 0 1100000 1010000 1111 101011110 1011101 101100

Color Harmonies of #DA082C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA082C

Black with #DA082C

Text Example


Text Example

White with #DA082C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA082C; }

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

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

background-color css

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

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

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

border-color css

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

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

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