Html Css Color HEX #D31405 Free Speech Red

📋 copy color: '#D31405'

red 211 ◦ green 20 ◦ blue 5

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

Shades of Free Speech Red #D31405

Tints of Free Speech Red #D31405

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.12%

R = 89.41%
G = 8.47%
B = 2.12%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#D31405 (or 0xD31405) is known color: Free Speech Red. HEX triplet: D3, 14 and 05. RGB value is (211,20,5). Sum of RGB (Red+Green+Blue) = 211+20+5=236 (31% of max value = 765). Red value is 211 (82.81% from 255 or 89.41% from 236); Green value is 20 (8.20% from 255 or 8.47% from 236); Blue value is 5 (2.34% from 255 or 2.12% from 236); Max value from RGB is 211 - color contains mainly: red. Hex color #D31405 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D31405 is #2CEBFA. Grayscale: #4B4B4B. Windows color (decimal): -2943995 or 333011. OLE color: 333011.

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

Color convert

RGB 211 20 5 -
CMYK 0 0.91 0.98 0.17
HSL 4.37º 0.95% 0.42% -
HSV(B) 4.37º 0.98% 0.83% -
XYZ 27.14 14.36 1.48 -
YUV 75.4 88.28 224.72 -
System Red Green Blue C M Y K H S L
Decimal 211 20 5 0 0.91 0.98 0.17 4.37 0.95 0.42
Hex D3 14 5 0 5B 62 11 4 5F 2A
Octal 323 24 5 0 133 142 21 4 137 52
Binary 11010011 10100 101 0 1011011 1100010 10001 100 1011111 101010

Color Harmonies of #D31405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31405

Black with #D31405

Text Example


Text Example

White with #D31405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31405; }

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

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

background-color css

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

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

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

border-color css

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

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

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