Html Css Color HEX #DA083E Crimson

📋 copy color: '#DA083E'

red 218 ◦ green 8 ◦ blue 62

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

Shades of Crimson #DA083E

Tints of Crimson #DA083E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.53%

R = 75.69%
G = 2.78%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DA083E (or 0xDA083E) is known color: Crimson. HEX triplet: DA, 08 and 3E. RGB value is (218,8,62). Sum of RGB (Red+Green+Blue) = 218+8+62=288 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.69% from 288); Green value is 8 (3.52% from 255 or 2.78% from 288); Blue value is 62 (24.61% from 255 or 21.53% from 288); Max value from RGB is 218 - color contains mainly: red. Hex color #DA083E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA083E is #25F7C1. Grayscale: #4C4C4C. Windows color (decimal): -2488258 or 4065498. OLE color: 4065498.

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

Color convert

RGB 218 8 62 -
CMYK 0 0.96 0.72 0.15
HSL 344.57º 0.93% 0.44% -
HSV(B) 344.57º 0.96% 0.85% -
XYZ 29.87 15.43 5.96 -
YUV 76.95 119.57 228.61 -
System Red Green Blue C M Y K H S L
Decimal 218 8 62 0 0.96 0.72 0.15 344.57 0.93 0.44
Hex DA 8 3E 0 60 48 F 159 5D 2C
Octal 332 10 76 0 140 110 17 531 135 54
Binary 11011010 1000 111110 0 1100000 1001000 1111 101011001 1011101 101100

Color Harmonies of #DA083E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA083E

Black with #DA083E

Text Example


Text Example

White with #DA083E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA083E; }

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

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

background-color css

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

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

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

border-color css

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

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

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