Html Css Color HEX #D10233 Crimson

📋 copy color: '#D10233'

red 209 ◦ green 2 ◦ blue 51

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

Shades of Crimson #D10233

Tints of Crimson #D10233

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.76%

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

R = 79.77%
G = 0.76%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D10233 (or 0xD10233) is known color: Crimson. HEX triplet: D1, 02 and 33. RGB value is (209,2,51). Sum of RGB (Red+Green+Blue) = 209+2+51=262 (34% of max value = 765). Red value is 209 (82.03% from 255 or 79.77% from 262); Green value is 2 (1.17% from 255 or 0.76% from 262); Blue value is 51 (20.31% from 255 or 19.47% from 262); Max value from RGB is 209 - color contains mainly: red. Hex color #D10233 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10233 is #2EFDCC. Grayscale: #454545. Windows color (decimal): -3079629 or 3343057. OLE color: 3343057.

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

Color convert

RGB 209 2 51 -
CMYK 0 0.99 0.76 0.18
HSL 345.8º 0.98% 0.41% -
HSV(B) 345.8º 0.99% 0.82% -
XYZ 26.91 13.84 4.38 -
YUV 69.48 117.58 227.52 -
System Red Green Blue C M Y K H S L
Decimal 209 2 51 0 0.99 0.76 0.18 345.8 0.98 0.41
Hex D1 2 33 0 63 4C 12 15A 62 29
Octal 321 2 63 0 143 114 22 532 142 51
Binary 11010001 10 110011 0 1100011 1001100 10010 101011010 1100010 101001

Color Harmonies of #D10233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10233

Black with #D10233

Text Example


Text Example

White with #D10233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10233; }

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

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

background-color css

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

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

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

border-color css

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

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

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