Html Css Color HEX #DA092B Crimson

📋 copy color: '#DA092B'

red 218 ◦ green 9 ◦ blue 43

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

Shades of Crimson #DA092B

Tints of Crimson #DA092B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.93%

R = 80.74%
G = 3.33%
B = 15.93%

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

#DA092B (or 0xDA092B) is known color: Crimson. HEX triplet: DA, 09 and 2B. RGB value is (218,9,43). Sum of RGB (Red+Green+Blue) = 218+9+43=270 (35% of max value = 765). Red value is 218 (85.55% from 255 or 80.74% from 270); Green value is 9 (3.91% from 255 or 3.33% from 270); Blue value is 43 (17.19% from 255 or 15.93% from 270); Max value from RGB is 218 - color contains mainly: red. Hex color #DA092B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA092B is #25F6D4. Grayscale: #4B4B4B. Windows color (decimal): -2488021 or 2820570. OLE color: 2820570.

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

Color convert

RGB 218 9 43 -
CMYK 0 0.96 0.80 0.15
HSL 350.24º 0.92% 0.45% -
HSV(B) 350.24º 0.96% 0.85% -
XYZ 29.45 15.28 3.68 -
YUV 75.37 109.74 229.74 -
System Red Green Blue C M Y K H S L
Decimal 218 9 43 0 0.96 0.80 0.15 350.24 0.92 0.45
Hex DA 9 2B 0 60 50 F 15E 5C 2D
Octal 332 11 53 0 140 120 17 536 134 55
Binary 11011010 1001 101011 0 1100000 1010000 1111 101011110 1011100 101101

Color Harmonies of #DA092B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA092B

Black with #DA092B

Text Example


Text Example

White with #DA092B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA092B; }

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

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

background-color css

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

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

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

border-color css

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

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

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