Html Css Color HEX #AF1405 Free Speech Red

📋 copy color: '#AF1405'

red 175 ◦ green 20 ◦ blue 5

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

Shades of Free Speech Red #AF1405

Tints of Free Speech Red #AF1405

RGB

 RED value IS 175 (68.75% from 255) = 87.5%

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

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

R = 87.5%
G = 10%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#AF1405 (or 0xAF1405) is known color: Free Speech Red. HEX triplet: AF, 14 and 05. RGB value is (175,20,5). Sum of RGB (Red+Green+Blue) = 175+20+5=200 (26% of max value = 765). Red value is 175 (68.75% from 255 or 87.5% from 200); Green value is 20 (8.20% from 255 or 10% from 200); Blue value is 5 (2.34% from 255 or 2.5% from 200); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1405 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1405 is #50EBFA. Grayscale: #404040. Windows color (decimal): -5303291 or 332975. OLE color: 332975.

HSL color Cylindrical-coordinate representation of color #AF1405: hue angle of 5.29º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF1405 is Cyan = 0, Magento = 0.89, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 20 5 -
CMYK 0 0.89 0.97 0.31
HSL 5.29º 0.94% 0.35% -
HSV(B) 5.29º 0.97% 0.69% -
XYZ 17.96 9.63 1.06 -
YUV 64.64 94.35 206.72 -
System Red Green Blue C M Y K H S L
Decimal 175 20 5 0 0.89 0.97 0.31 5.29 0.94 0.35
Hex AF 14 5 0 59 61 1F 5 5E 23
Octal 257 24 5 0 131 141 37 5 136 43
Binary 10101111 10100 101 0 1011001 1100001 11111 101 1011110 100011

Color Harmonies of #AF1405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1405

Black with #AF1405

Text Example


Text Example

White with #AF1405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1405; }

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

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

background-color css

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

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

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

border-color css

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

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

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