Html Css Color HEX #DA093E Crimson

📋 copy color: '#DA093E'

red 218 ◦ green 9 ◦ blue 62

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

Shades of Crimson #DA093E

Tints of Crimson #DA093E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.11%

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

R = 75.43%
G = 3.11%
B = 21.45%

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

#DA093E (or 0xDA093E) is known color: Crimson. HEX triplet: DA, 09 and 3E. RGB value is (218,9,62). Sum of RGB (Red+Green+Blue) = 218+9+62=289 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.43% from 289); Green value is 9 (3.91% from 255 or 3.11% from 289); Blue value is 62 (24.61% from 255 or 21.45% from 289); Max value from RGB is 218 - color contains mainly: red. Hex color #DA093E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA093E is #25F6C1. Grayscale: #4D4D4D. Windows color (decimal): -2488002 or 4065754. OLE color: 4065754.

HSL color Cylindrical-coordinate representation of color #DA093E: hue angle of 344.78º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA093E is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 9 62 -
CMYK 0 0.96 0.72 0.15
HSL 344.78º 0.92% 0.45% -
HSV(B) 344.78º 0.96% 0.85% -
XYZ 29.88 15.45 5.96 -
YUV 77.53 119.24 228.19 -
System Red Green Blue C M Y K H S L
Decimal 218 9 62 0 0.96 0.72 0.15 344.78 0.92 0.45
Hex DA 9 3E 0 60 48 F 159 5C 2D
Octal 332 11 76 0 140 110 17 531 134 55
Binary 11011010 1001 111110 0 1100000 1001000 1111 101011001 1011100 101101

Color Harmonies of #DA093E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA093E

Black with #DA093E

Text Example


Text Example

White with #DA093E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA093E; }

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

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

background-color css

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

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

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

border-color css

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

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

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