Html Css Color HEX #D2094B Crimson

📋 copy color: '#D2094B'

red 210 ◦ green 9 ◦ blue 75

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

Shades of Crimson #D2094B

Tints of Crimson #D2094B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.51%

R = 71.43%
G = 3.06%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D2094B (or 0xD2094B) is known color: Crimson. HEX triplet: D2, 09 and 4B. RGB value is (210,9,75). Sum of RGB (Red+Green+Blue) = 210+9+75=294 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.43% from 294); Green value is 9 (3.91% from 255 or 3.06% from 294); Blue value is 75 (29.69% from 255 or 25.51% from 294); Max value from RGB is 210 - color contains mainly: red. Hex color #D2094B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2094B is #2DF6B4. Grayscale: #4C4C4C. Windows color (decimal): -3012277 or 4917714. OLE color: 4917714.

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

Color convert

RGB 210 9 75 -
CMYK 0 0.96 0.64 0.18
HSL 340.3º 0.92% 0.43% -
HSV(B) 340.3º 0.96% 0.82% -
XYZ 27.95 14.41 7.96 -
YUV 76.62 127.09 223.13 -
System Red Green Blue C M Y K H S L
Decimal 210 9 75 0 0.96 0.64 0.18 340.3 0.92 0.43
Hex D2 9 4B 0 60 40 12 154 5C 2B
Octal 322 11 113 0 140 100 22 524 134 53
Binary 11010010 1001 1001011 0 1100000 1000000 10010 101010100 1011100 101011

Color Harmonies of #D2094B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2094B

Black with #D2094B

Text Example


Text Example

White with #D2094B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2094B; }

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

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

background-color css

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

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

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

border-color css

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

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

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