Html Css Color HEX #DA083F Crimson

📋 copy color: '#DA083F'

red 218 ◦ green 8 ◦ blue 63

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

Shades of Crimson #DA083F

Tints of Crimson #DA083F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.8%

R = 75.43%
G = 2.77%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DA083F (or 0xDA083F) is known color: Crimson. HEX triplet: DA, 08 and 3F. RGB value is (218,8,63). Sum of RGB (Red+Green+Blue) = 218+8+63=289 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.43% from 289); Green value is 8 (3.52% from 255 or 2.77% from 289); Blue value is 63 (25% from 255 or 21.80% from 289); Max value from RGB is 218 - color contains mainly: red. Hex color #DA083F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA083F is #25F7C0. Grayscale: #4D4D4D. Windows color (decimal): -2488257 or 4131034. OLE color: 4131034.

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

Color convert

RGB 218 8 63 -
CMYK 0 0.96 0.71 0.15
HSL 344.29º 0.93% 0.44% -
HSV(B) 344.29º 0.96% 0.85% -
XYZ 29.9 15.44 6.11 -
YUV 77.06 120.07 228.53 -
System Red Green Blue C M Y K H S L
Decimal 218 8 63 0 0.96 0.71 0.15 344.29 0.93 0.44
Hex DA 8 3F 0 60 47 F 158 5D 2C
Octal 332 10 77 0 140 107 17 530 135 54
Binary 11011010 1000 111111 0 1100000 1000111 1111 101011000 1011101 101100

Color Harmonies of #DA083F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA083F

Black with #DA083F

Text Example


Text Example

White with #DA083F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA083F; }

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

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

background-color css

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

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

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

border-color css

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

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

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