Html Css Color HEX #DA082D Crimson

📋 copy color: '#DA082D'

red 218 ◦ green 8 ◦ blue 45

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

Shades of Crimson #DA082D

Tints of Crimson #DA082D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.61%

R = 80.44%
G = 2.95%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DA082D (or 0xDA082D) is known color: Crimson. HEX triplet: DA, 08 and 2D. RGB value is (218,8,45). Sum of RGB (Red+Green+Blue) = 218+8+45=271 (35% of max value = 765). Red value is 218 (85.55% from 255 or 80.44% from 271); Green value is 8 (3.52% from 255 or 2.95% from 271); Blue value is 45 (17.97% from 255 or 16.61% from 271); Max value from RGB is 218 - color contains mainly: red. Hex color #DA082D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA082D is #25F7D2. Grayscale: #4B4B4B. Windows color (decimal): -2488275 or 2951386. OLE color: 2951386.

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

Color convert

RGB 218 8 45 -
CMYK 0 0.96 0.79 0.15
HSL 349.43º 0.93% 0.44% -
HSV(B) 349.43º 0.96% 0.85% -
XYZ 29.47 15.27 3.88 -
YUV 75.01 111.07 229.99 -
System Red Green Blue C M Y K H S L
Decimal 218 8 45 0 0.96 0.79 0.15 349.43 0.93 0.44
Hex DA 8 2D 0 60 4F F 15D 5D 2C
Octal 332 10 55 0 140 117 17 535 135 54
Binary 11011010 1000 101101 0 1100000 1001111 1111 101011101 1011101 101100

Color Harmonies of #DA082D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA082D

Black with #DA082D

Text Example


Text Example

White with #DA082D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA082D; }

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

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

background-color css

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

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

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

border-color css

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

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

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