Html Css Color HEX #D2093A Crimson

📋 copy color: '#D2093A'

red 210 ◦ green 9 ◦ blue 58

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

Shades of Crimson #D2093A

Tints of Crimson #D2093A

RGB

 RED value IS 210 (82.42% from 255) = 75.81%

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

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

R = 75.81%
G = 3.25%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D2093A (or 0xD2093A) is known color: Crimson. HEX triplet: D2, 09 and 3A. RGB value is (210,9,58). Sum of RGB (Red+Green+Blue) = 210+9+58=277 (36% of max value = 765). Red value is 210 (82.42% from 255 or 75.81% from 277); Green value is 9 (3.91% from 255 or 3.25% from 277); Blue value is 58 (23.05% from 255 or 20.94% from 277); Max value from RGB is 210 - color contains mainly: red. Hex color #D2093A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2093A is #2DF6C5. Grayscale: #4A4A4A. Windows color (decimal): -3012294 or 3803602. OLE color: 3803602.

HSL color Cylindrical-coordinate representation of color #D2093A: hue angle of 345.37º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D2093A is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 9 58 -
CMYK 0 0.96 0.72 0.18
HSL 345.37º 0.92% 0.43% -
HSV(B) 345.37º 0.96% 0.82% -
XYZ 27.44 14.2 5.3 -
YUV 74.69 118.59 224.52 -
System Red Green Blue C M Y K H S L
Decimal 210 9 58 0 0.96 0.72 0.18 345.37 0.92 0.43
Hex D2 9 3A 0 60 48 12 159 5C 2B
Octal 322 11 72 0 140 110 22 531 134 53
Binary 11010010 1001 111010 0 1100000 1001000 10010 101011001 1011100 101011

Color Harmonies of #D2093A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2093A

Black with #D2093A

Text Example


Text Example

White with #D2093A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2093A; }

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

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

background-color css

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

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

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

border-color css

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

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

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