Html Css Color HEX #D5093A Crimson

📋 copy color: '#D5093A'

red 213 ◦ green 9 ◦ blue 58

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

Shades of Crimson #D5093A

Tints of Crimson #D5093A

RGB

 RED value IS 213 (83.59% from 255) = 76.07%

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

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

R = 76.07%
G = 3.21%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D5093A (or 0xD5093A) is known color: Crimson. HEX triplet: D5, 09 and 3A. RGB value is (213,9,58). Sum of RGB (Red+Green+Blue) = 213+9+58=280 (37% of max value = 765). Red value is 213 (83.59% from 255 or 76.07% from 280); Green value is 9 (3.91% from 255 or 3.21% from 280); Blue value is 58 (23.05% from 255 or 20.71% from 280); Max value from RGB is 213 - color contains mainly: red. Hex color #D5093A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5093A is #2AF6C5. Grayscale: #4B4B4B. Windows color (decimal): -2815686 or 3803605. OLE color: 3803605.

HSL color Cylindrical-coordinate representation of color #D5093A: hue angle of 345.59º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D5093A is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 9 58 -
CMYK 0 0.96 0.73 0.16
HSL 345.59º 0.92% 0.44% -
HSV(B) 345.59º 0.96% 0.84% -
XYZ 28.3 14.65 5.34 -
YUV 75.58 118.09 226.02 -
System Red Green Blue C M Y K H S L
Decimal 213 9 58 0 0.96 0.73 0.16 345.59 0.92 0.44
Hex D5 9 3A 0 60 49 10 15A 5C 2C
Octal 325 11 72 0 140 111 20 532 134 54
Binary 11010101 1001 111010 0 1100000 1001001 10000 101011010 1011100 101100

Color Harmonies of #D5093A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5093A

Black with #D5093A

Text Example


Text Example

White with #D5093A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5093A; }

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

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

background-color css

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

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

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

border-color css

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

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

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