Html Css Color HEX #D20333 Crimson

📋 copy color: '#D20333'

red 210 ◦ green 3 ◦ blue 51

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

Shades of Crimson #D20333

Tints of Crimson #D20333

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.14%

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

R = 79.55%
G = 1.14%
B = 19.32%

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

#D20333 (or 0xD20333) is known color: Crimson. HEX triplet: D2, 03 and 33. RGB value is (210,3,51). Sum of RGB (Red+Green+Blue) = 210+3+51=264 (34% of max value = 765). Red value is 210 (82.42% from 255 or 79.55% from 264); Green value is 3 (1.56% from 255 or 1.14% from 264); Blue value is 51 (20.31% from 255 or 19.32% from 264); Max value from RGB is 210 - color contains mainly: red. Hex color #D20333 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20333 is #2DFCCC. Grayscale: #464646. Windows color (decimal): -3013837 or 3343314. OLE color: 3343314.

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

Color convert

RGB 210 3 51 -
CMYK 0 0.99 0.76 0.18
HSL 346.09º 0.97% 0.42% -
HSV(B) 346.09º 0.99% 0.82% -
XYZ 27.21 14.01 4.4 -
YUV 70.37 117.08 227.6 -
System Red Green Blue C M Y K H S L
Decimal 210 3 51 0 0.99 0.76 0.18 346.09 0.97 0.42
Hex D2 3 33 0 63 4C 12 15A 61 2A
Octal 322 3 63 0 143 114 22 532 141 52
Binary 11010010 11 110011 0 1100011 1001100 10010 101011010 1100001 101010

Color Harmonies of #D20333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20333

Black with #D20333

Text Example


Text Example

White with #D20333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20333; }

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

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

background-color css

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

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

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

border-color css

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

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

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