Html Css Color HEX #D2093D Crimson

📋 copy color: '#D2093D'

red 210 ◦ green 9 ◦ blue 61

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

Shades of Crimson #D2093D

Tints of Crimson #D2093D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.79%

R = 75%
G = 3.21%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D2093D (or 0xD2093D) is known color: Crimson. HEX triplet: D2, 09 and 3D. RGB value is (210,9,61). Sum of RGB (Red+Green+Blue) = 210+9+61=280 (37% of max value = 765). Red value is 210 (82.42% from 255 or 75% from 280); Green value is 9 (3.91% from 255 or 3.21% from 280); Blue value is 61 (24.22% from 255 or 21.79% from 280); Max value from RGB is 210 - color contains mainly: red. Hex color #D2093D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2093D is #2DF6C2. Grayscale: #4B4B4B. Windows color (decimal): -3012291 or 4000210. OLE color: 4000210.

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

Color convert

RGB 210 9 61 -
CMYK 0 0.96 0.71 0.18
HSL 344.48º 0.92% 0.43% -
HSV(B) 344.48º 0.96% 0.82% -
XYZ 27.52 14.23 5.71 -
YUV 75.03 120.09 224.27 -
System Red Green Blue C M Y K H S L
Decimal 210 9 61 0 0.96 0.71 0.18 344.48 0.92 0.43
Hex D2 9 3D 0 60 47 12 158 5C 2B
Octal 322 11 75 0 140 107 22 530 134 53
Binary 11010010 1001 111101 0 1100000 1000111 10010 101011000 1011100 101011

Color Harmonies of #D2093D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2093D

Black with #D2093D

Text Example


Text Example

White with #D2093D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2093D; }

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

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

background-color css

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

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

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

border-color css

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

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

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