Html Css Color HEX #DA092A Crimson

📋 copy color: '#DA092A'

red 218 ◦ green 9 ◦ blue 42

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

Shades of Crimson #DA092A

Tints of Crimson #DA092A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.61%

R = 81.04%
G = 3.35%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DA092A (or 0xDA092A) is known color: Crimson. HEX triplet: DA, 09 and 2A. RGB value is (218,9,42). Sum of RGB (Red+Green+Blue) = 218+9+42=269 (35% of max value = 765). Red value is 218 (85.55% from 255 or 81.04% from 269); Green value is 9 (3.91% from 255 or 3.35% from 269); Blue value is 42 (16.80% from 255 or 15.61% from 269); Max value from RGB is 218 - color contains mainly: red. Hex color #DA092A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA092A is #25F6D5. Grayscale: #4B4B4B. Windows color (decimal): -2488022 or 2755034. OLE color: 2755034.

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

Color convert

RGB 218 9 42 -
CMYK 0 0.96 0.81 0.15
HSL 350.53º 0.92% 0.45% -
HSV(B) 350.53º 0.96% 0.85% -
XYZ 29.43 15.27 3.59 -
YUV 75.25 109.24 229.82 -
System Red Green Blue C M Y K H S L
Decimal 218 9 42 0 0.96 0.81 0.15 350.53 0.92 0.45
Hex DA 9 2A 0 60 51 F 15F 5C 2D
Octal 332 11 52 0 140 121 17 537 134 55
Binary 11011010 1001 101010 0 1100000 1010001 1111 101011111 1011100 101101

Color Harmonies of #DA092A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA092A

Black with #DA092A

Text Example


Text Example

White with #DA092A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA092A; }

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

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

background-color css

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

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

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

border-color css

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

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

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