Html Css Color HEX #D20A33 Crimson

📋 copy color: '#D20A33'

red 210 ◦ green 10 ◦ blue 51

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

Shades of Crimson #D20A33

Tints of Crimson #D20A33

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.69%

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

R = 77.49%
G = 3.69%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D20A33 (or 0xD20A33) is known color: Crimson. HEX triplet: D2, 0A and 33. RGB value is (210,10,51). Sum of RGB (Red+Green+Blue) = 210+10+51=271 (35% of max value = 765). Red value is 210 (82.42% from 255 or 77.49% from 271); Green value is 10 (4.30% from 255 or 3.69% from 271); Blue value is 51 (20.31% from 255 or 18.82% from 271); Max value from RGB is 210 - color contains mainly: red. Hex color #D20A33 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20A33 is #2DF5CC. Grayscale: #4A4A4A. Windows color (decimal): -3012045 or 3345106. OLE color: 3345106.

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

Color convert

RGB 210 10 51 -
CMYK 0 0.95 0.76 0.18
HSL 347.7º 0.91% 0.43% -
HSV(B) 347.7º 0.95% 0.82% -
XYZ 27.28 14.16 4.43 -
YUV 74.47 114.76 224.67 -
System Red Green Blue C M Y K H S L
Decimal 210 10 51 0 0.95 0.76 0.18 347.7 0.91 0.43
Hex D2 A 33 0 5F 4C 12 15C 5B 2B
Octal 322 12 63 0 137 114 22 534 133 53
Binary 11010010 1010 110011 0 1011111 1001100 10010 101011100 1011011 101011

Color Harmonies of #D20A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20A33

Black with #D20A33

Text Example


Text Example

White with #D20A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20A33; }

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

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

background-color css

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

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

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

border-color css

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

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

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