Html Css Color HEX #D2093F Crimson

📋 copy color: '#D2093F'

red 210 ◦ green 9 ◦ blue 63

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

Shades of Crimson #D2093F

Tints of Crimson #D2093F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.34%

R = 74.47%
G = 3.19%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D2093F (or 0xD2093F) is known color: Crimson. HEX triplet: D2, 09 and 3F. RGB value is (210,9,63). Sum of RGB (Red+Green+Blue) = 210+9+63=282 (37% of max value = 765). Red value is 210 (82.42% from 255 or 74.47% from 282); Green value is 9 (3.91% from 255 or 3.19% from 282); Blue value is 63 (25% from 255 or 22.34% from 282); Max value from RGB is 210 - color contains mainly: red. Hex color #D2093F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2093F is #2DF6C0. Grayscale: #4B4B4B. Windows color (decimal): -3012289 or 4131282. OLE color: 4131282.

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

Color convert

RGB 210 9 63 -
CMYK 0 0.96 0.70 0.18
HSL 343.88º 0.92% 0.43% -
HSV(B) 343.88º 0.96% 0.82% -
XYZ 27.57 14.26 6 -
YUV 75.26 121.09 224.11 -
System Red Green Blue C M Y K H S L
Decimal 210 9 63 0 0.96 0.70 0.18 343.88 0.92 0.43
Hex D2 9 3F 0 60 46 12 158 5C 2B
Octal 322 11 77 0 140 106 22 530 134 53
Binary 11010010 1001 111111 0 1100000 1000110 10010 101011000 1011100 101011

Color Harmonies of #D2093F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2093F

Black with #D2093F

Text Example


Text Example

White with #D2093F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2093F; }

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

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

background-color css

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

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

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

border-color css

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

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

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