Html Css Color HEX #AF1304 Free Speech Red

📋 copy color: '#AF1304'

red 175 ◦ green 19 ◦ blue 4

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

Shades of Free Speech Red #AF1304

Tints of Free Speech Red #AF1304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.02%

R = 88.38%
G = 9.6%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#AF1304 (or 0xAF1304) is known color: Free Speech Red. HEX triplet: AF, 13 and 04. RGB value is (175,19,4). Sum of RGB (Red+Green+Blue) = 175+19+4=198 (26% of max value = 765). Red value is 175 (68.75% from 255 or 88.38% from 198); Green value is 19 (7.81% from 255 or 9.60% from 198); Blue value is 4 (1.95% from 255 or 2.02% from 198); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1304 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1304 is #50ECFB. Grayscale: #404040. Windows color (decimal): -5303548 or 267183. OLE color: 267183.

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

Color convert

RGB 175 19 4 -
CMYK 0 0.89 0.98 0.31
HSL 5.26º 0.96% 0.35% -
HSV(B) 5.26º 0.98% 0.69% -
XYZ 17.93 9.59 1.02 -
YUV 63.93 94.18 207.22 -
System Red Green Blue C M Y K H S L
Decimal 175 19 4 0 0.89 0.98 0.31 5.26 0.96 0.35
Hex AF 13 4 0 59 62 1F 5 60 23
Octal 257 23 4 0 131 142 37 5 140 43
Binary 10101111 10011 100 0 1011001 1100010 11111 101 1100000 100011

Color Harmonies of #AF1304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1304

Black with #AF1304

Text Example


Text Example

White with #AF1304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1304; }

 p { color: rgb(175,19,4); }

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

background-color css

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

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

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

border-color css

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

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

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