Html Css Color HEX #D2092F Crimson

📋 copy color: '#D2092F'

red 210 ◦ green 9 ◦ blue 47

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

Shades of Crimson #D2092F

Tints of Crimson #D2092F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.67%

R = 78.95%
G = 3.38%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D2092F (or 0xD2092F) is known color: Crimson. HEX triplet: D2, 09 and 2F. RGB value is (210,9,47). Sum of RGB (Red+Green+Blue) = 210+9+47=266 (35% of max value = 765). Red value is 210 (82.42% from 255 or 78.95% from 266); Green value is 9 (3.91% from 255 or 3.38% from 266); Blue value is 47 (18.75% from 255 or 17.67% from 266); Max value from RGB is 210 - color contains mainly: red. Hex color #D2092F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2092F is #2DF6D0. Grayscale: #494949. Windows color (decimal): -3012305 or 3082706. OLE color: 3082706.

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

Color convert

RGB 210 9 47 -
CMYK 0 0.96 0.78 0.18
HSL 348.66º 0.92% 0.43% -
HSV(B) 348.66º 0.96% 0.82% -
XYZ 27.19 14.1 3.98 -
YUV 73.43 113.09 225.41 -
System Red Green Blue C M Y K H S L
Decimal 210 9 47 0 0.96 0.78 0.18 348.66 0.92 0.43
Hex D2 9 2F 0 60 4E 12 15D 5C 2B
Octal 322 11 57 0 140 116 22 535 134 53
Binary 11010010 1001 101111 0 1100000 1001110 10010 101011101 1011100 101011

Color Harmonies of #D2092F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2092F

Black with #D2092F

Text Example


Text Example

White with #D2092F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2092F; }

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

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

background-color css

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

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

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

border-color css

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

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

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