Html Css Color HEX #D20133 Crimson

📋 copy color: '#D20133'

red 210 ◦ green 1 ◦ blue 51

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

Shades of Crimson #D20133

Tints of Crimson #D20133

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 80.15%
G = 0.38%
B = 19.47%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D20133 (or 0xD20133) is known color: Crimson. HEX triplet: D2, 01 and 33. RGB value is (210,1,51). Sum of RGB (Red+Green+Blue) = 210+1+51=262 (34% of max value = 765). Red value is 210 (82.42% from 255 or 80.15% from 262); Green value is 1 (0.78% from 255 or 0.38% from 262); Blue value is 51 (20.31% from 255 or 19.47% from 262); Max value from RGB is 210 - color contains mainly: red. Hex color #D20133 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20133 is #2DFECC. Grayscale: #454545. Windows color (decimal): -3014349 or 3342802. OLE color: 3342802.

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

Color convert

RGB 210 1 51 -
CMYK 0 1.00 0.76 0.18
HSL 345.65º 0.99% 0.41% -
HSV(B) 345.65º 1% 0.82% -
XYZ 27.19 13.96 4.39 -
YUV 69.19 117.74 228.43 -
System Red Green Blue C M Y K H S L
Decimal 210 1 51 0 1.00 0.76 0.18 345.65 0.99 0.41
Hex D2 1 33 0 64 4C 12 15A 63 29
Octal 322 1 63 0 144 114 22 532 143 51
Binary 11010010 1 110011 0 1100100 1001100 10010 101011010 1100011 101001

Color Harmonies of #D20133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20133

Black with #D20133

Text Example


Text Example

White with #D20133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20133; }

 p { color: rgb(210,1,51); }

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

background-color css

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

 a { background-color: rgb(210,1,51); }

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

border-color css

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

 span { border-color: rgb(210,1,51); }

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