Html Css Color HEX #D21313 Free Speech Red

📋 copy color: '#D21313'

red 210 ◦ green 19 ◦ blue 19

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

Shades of Free Speech Red #D21313

Tints of Free Speech Red #D21313

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.66%

 BLUE value IS 19 (7.81% from 255) = 7.66%

R = 84.68%
G = 7.66%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D21313 (or 0xD21313) is known color: Free Speech Red. HEX triplet: D2, 13 and 13. RGB value is (210,19,19). Sum of RGB (Red+Green+Blue) = 210+19+19=248 (32% of max value = 765). Red value is 210 (82.42% from 255 or 84.68% from 248); Green value is 19 (7.81% from 255 or 7.66% from 248); Blue value is 19 (7.81% from 255 or 7.66% from 248); Max value from RGB is 210 - color contains mainly: red. Hex color #D21313 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D21313 is #2DECEC. Grayscale: #4C4C4C. Windows color (decimal): -3009773 or 1250258. OLE color: 1250258.

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

Color convert

RGB 210 19 19 -
CMYK 0 0.91 0.91 0.18
HSL 0.83% 0.45% -
HSV(B) 0.91% 0.82% -
XYZ 26.93 14.21 1.94 -
YUV 76.11 95.78 223.5 -
System Red Green Blue C M Y K H S L
Decimal 210 19 19 0 0.91 0.91 0.18 0 0.83 0.45
Hex D2 13 13 0 5B 5B 12 0 53 2D
Octal 322 23 23 0 133 133 22 0 123 55
Binary 11010010 10011 10011 0 1011011 1011011 10010 0 1010011 101101

Color Harmonies of #D21313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21313

Black with #D21313

Text Example


Text Example

White with #D21313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21313; }

 p { color: rgb(210,19,19); }

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

background-color css

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

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

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

border-color css

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

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

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