Html Css Color HEX #D10C33 Crimson

📋 copy color: '#D10C33'

red 209 ◦ green 12 ◦ blue 51

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

Shades of Crimson #D10C33

Tints of Crimson #D10C33

RGB

 RED value IS 209 (82.03% from 255) = 76.84%

 GREEN value IS 12 (5.08% from 255) = 4.41%

 BLUE value IS 51 (20.31% from 255) = 18.75%

R = 76.84%
G = 4.41%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D10C33 (or 0xD10C33) is known color: Crimson. HEX triplet: D1, 0C and 33. RGB value is (209,12,51). Sum of RGB (Red+Green+Blue) = 209+12+51=272 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76.84% from 272); Green value is 12 (5.08% from 255 or 4.41% from 272); Blue value is 51 (20.31% from 255 or 18.75% from 272); Max value from RGB is 209 - color contains mainly: red. Hex color #D10C33 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10C33 is #2EF3CC. Grayscale: #4B4B4B. Windows color (decimal): -3077069 or 3345617. OLE color: 3345617.

HSL color Cylindrical-coordinate representation of color #D10C33: hue angle of 348.12º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D10C33 is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 12 51 -
CMYK 0 0.94 0.76 0.18
HSL 348.12º 0.89% 0.43% -
HSV(B) 348.12º 0.94% 0.82% -
XYZ 27.02 14.06 4.42 -
YUV 75.35 114.27 223.33 -
System Red Green Blue C M Y K H S L
Decimal 209 12 51 0 0.94 0.76 0.18 348.12 0.89 0.43
Hex D1 C 33 0 5E 4C 12 15C 59 2B
Octal 321 14 63 0 136 114 22 534 131 53
Binary 11010001 1100 110011 0 1011110 1001100 10010 101011100 1011001 101011

Color Harmonies of #D10C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10C33

Black with #D10C33

Text Example


Text Example

White with #D10C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10C33; }

 p { color: rgb(209,12,51); }

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

background-color css

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

 a { background-color: rgb(209,12,51); }

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

border-color css

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

 span { border-color: rgb(209,12,51); }

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