Html Css Color HEX #DA093A Crimson

📋 copy color: '#DA093A'

red 218 ◦ green 9 ◦ blue 58

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

Shades of Crimson #DA093A

Tints of Crimson #DA093A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.35%

R = 76.49%
G = 3.16%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#DA093A (or 0xDA093A) is known color: Crimson. HEX triplet: DA, 09 and 3A. RGB value is (218,9,58). Sum of RGB (Red+Green+Blue) = 218+9+58=285 (37% of max value = 765). Red value is 218 (85.55% from 255 or 76.49% from 285); Green value is 9 (3.91% from 255 or 3.16% from 285); Blue value is 58 (23.05% from 255 or 20.35% from 285); Max value from RGB is 218 - color contains mainly: red. Hex color #DA093A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA093A is #25F6C5. Grayscale: #4D4D4D. Windows color (decimal): -2488006 or 3803610. OLE color: 3803610.

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

Color convert

RGB 218 9 58 -
CMYK 0 0.96 0.73 0.15
HSL 345.93º 0.92% 0.45% -
HSV(B) 345.93º 0.96% 0.85% -
XYZ 29.77 15.41 5.41 -
YUV 77.08 117.24 228.52 -
System Red Green Blue C M Y K H S L
Decimal 218 9 58 0 0.96 0.73 0.15 345.93 0.92 0.45
Hex DA 9 3A 0 60 49 F 15A 5C 2D
Octal 332 11 72 0 140 111 17 532 134 55
Binary 11011010 1001 111010 0 1100000 1001001 1111 101011010 1011100 101101

Color Harmonies of #DA093A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA093A

Black with #DA093A

Text Example


Text Example

White with #DA093A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA093A; }

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

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

background-color css

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

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

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

border-color css

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

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

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