Html Css Color HEX #D31413 Free Speech Red

📋 copy color: '#D31413'

red 211 ◦ green 20 ◦ blue 19

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

Shades of Free Speech Red #D31413

Tints of Free Speech Red #D31413

RGB

 RED value IS 211 (82.81% from 255) = 84.4%

 GREEN value IS 20 (8.2% from 255) = 8%

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

R = 84.4%
G = 8%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D31413 (or 0xD31413) is known color: Free Speech Red. HEX triplet: D3, 14 and 13. RGB value is (211,20,19). Sum of RGB (Red+Green+Blue) = 211+20+19=250 (33% of max value = 765). Red value is 211 (82.81% from 255 or 84.4% from 250); Green value is 20 (8.20% from 255 or 8% from 250); Blue value is 19 (7.81% from 255 or 7.6% from 250); Max value from RGB is 211 - color contains mainly: red. Hex color #D31413 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D31413 is #2CEBEC. Grayscale: #4D4D4D. Windows color (decimal): -2943981 or 1250515. OLE color: 1250515.

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

Color convert

RGB 211 20 19 -
CMYK 0 0.91 0.91 0.17
HSL 0.31º 0.83% 0.45% -
HSV(B) 0.31º 0.91% 0.83% -
XYZ 27.23 14.4 1.96 -
YUV 77 95.28 223.58 -
System Red Green Blue C M Y K H S L
Decimal 211 20 19 0 0.91 0.91 0.17 0.31 0.83 0.45
Hex D3 14 13 0 5B 5B 11 0 53 2D
Octal 323 24 23 0 133 133 21 0 123 55
Binary 11010011 10100 10011 0 1011011 1011011 10001 0 1010011 101101

Color Harmonies of #D31413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31413

Black with #D31413

Text Example


Text Example

White with #D31413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31413; }

 p { color: rgb(211,20,19); }

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

background-color css

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

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

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

border-color css

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

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

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