Html Css Color HEX #DA092C Crimson

📋 copy color: '#DA092C'

red 218 ◦ green 9 ◦ blue 44

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

Shades of Crimson #DA092C

Tints of Crimson #DA092C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.24%

R = 80.44%
G = 3.32%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DA092C (or 0xDA092C) is known color: Crimson. HEX triplet: DA, 09 and 2C. RGB value is (218,9,44). Sum of RGB (Red+Green+Blue) = 218+9+44=271 (35% of max value = 765). Red value is 218 (85.55% from 255 or 80.44% from 271); Green value is 9 (3.91% from 255 or 3.32% from 271); Blue value is 44 (17.58% from 255 or 16.24% from 271); Max value from RGB is 218 - color contains mainly: red. Hex color #DA092C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA092C is #25F6D3. Grayscale: #4B4B4B. Windows color (decimal): -2488020 or 2886106. OLE color: 2886106.

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

Color convert

RGB 218 9 44 -
CMYK 0 0.96 0.80 0.15
HSL 349.95º 0.92% 0.45% -
HSV(B) 349.95º 0.96% 0.85% -
XYZ 29.47 15.28 3.78 -
YUV 75.48 110.24 229.65 -
System Red Green Blue C M Y K H S L
Decimal 218 9 44 0 0.96 0.80 0.15 349.95 0.92 0.45
Hex DA 9 2C 0 60 50 F 15E 5C 2D
Octal 332 11 54 0 140 120 17 536 134 55
Binary 11011010 1001 101100 0 1100000 1010000 1111 101011110 1011100 101101

Color Harmonies of #DA092C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA092C

Black with #DA092C

Text Example


Text Example

White with #DA092C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA092C; }

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

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

background-color css

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

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

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

border-color css

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

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

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