Html Css Color HEX #DA093C Crimson

📋 copy color: '#DA093C'

red 218 ◦ green 9 ◦ blue 60

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

Shades of Crimson #DA093C

Tints of Crimson #DA093C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.91%

R = 75.96%
G = 3.14%
B = 20.91%

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

#DA093C (or 0xDA093C) is known color: Crimson. HEX triplet: DA, 09 and 3C. RGB value is (218,9,60). Sum of RGB (Red+Green+Blue) = 218+9+60=287 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.96% from 287); Green value is 9 (3.91% from 255 or 3.14% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 218 - color contains mainly: red. Hex color #DA093C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA093C is #25F6C3. Grayscale: #4D4D4D. Windows color (decimal): -2488004 or 3934682. OLE color: 3934682.

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

Color convert

RGB 218 9 60 -
CMYK 0 0.96 0.72 0.15
HSL 345.36º 0.92% 0.45% -
HSV(B) 345.36º 0.96% 0.85% -
XYZ 29.83 15.43 5.68 -
YUV 77.31 118.24 228.35 -
System Red Green Blue C M Y K H S L
Decimal 218 9 60 0 0.96 0.72 0.15 345.36 0.92 0.45
Hex DA 9 3C 0 60 48 F 159 5C 2D
Octal 332 11 74 0 140 110 17 531 134 55
Binary 11011010 1001 111100 0 1100000 1001000 1111 101011001 1011100 101101

Color Harmonies of #DA093C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA093C

Black with #DA093C

Text Example


Text Example

White with #DA093C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA093C; }

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

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

background-color css

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

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

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

border-color css

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

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

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