Html Css Color HEX #D2093C Crimson

📋 copy color: '#D2093C'

red 210 ◦ green 9 ◦ blue 60

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

Shades of Crimson #D2093C

Tints of Crimson #D2093C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.51%

R = 75.27%
G = 3.23%
B = 21.51%

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

#D2093C (or 0xD2093C) is known color: Crimson. HEX triplet: D2, 09 and 3C. RGB value is (210,9,60). Sum of RGB (Red+Green+Blue) = 210+9+60=279 (36% of max value = 765). Red value is 210 (82.42% from 255 or 75.27% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 60 (23.83% from 255 or 21.51% from 279); Max value from RGB is 210 - color contains mainly: red. Hex color #D2093C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2093C is #2DF6C3. Grayscale: #4A4A4A. Windows color (decimal): -3012292 or 3934674. OLE color: 3934674.

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

Color convert

RGB 210 9 60 -
CMYK 0 0.96 0.71 0.18
HSL 344.78º 0.92% 0.43% -
HSV(B) 344.78º 0.96% 0.82% -
XYZ 27.49 14.22 5.57 -
YUV 74.91 119.59 224.35 -
System Red Green Blue C M Y K H S L
Decimal 210 9 60 0 0.96 0.71 0.18 344.78 0.92 0.43
Hex D2 9 3C 0 60 47 12 159 5C 2B
Octal 322 11 74 0 140 107 22 531 134 53
Binary 11010010 1001 111100 0 1100000 1000111 10010 101011001 1011100 101011

Color Harmonies of #D2093C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2093C

Black with #D2093C

Text Example


Text Example

White with #D2093C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2093C; }

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

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

background-color css

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

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

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

border-color css

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

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

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