Html Css Color HEX #AF1200 Free Speech Red

📋 copy color: '#AF1200'

red 175 ◦ green 18 ◦ blue 0

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

Shades of Free Speech Red #AF1200

Tints of Free Speech Red #AF1200

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.33%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 90.67%
G = 9.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#AF1200 (or 0xAF1200) is known color: Free Speech Red. HEX triplet: AF, 12 and 00. RGB value is (175,18,0). Sum of RGB (Red+Green+Blue) = 175+18+0=193 (25% of max value = 765). Red value is 175 (68.75% from 255 or 90.67% from 193); Green value is 18 (7.42% from 255 or 9.33% from 193); Blue value is 0 (0.39% from 255 or 0% from 193); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1200 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1200 is #50EDFF. Grayscale: #3F3F3F. Windows color (decimal): -5303808 or 4783. OLE color: 4783.

HSL color Cylindrical-coordinate representation of color #AF1200: hue angle of 6.17º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF1200 is Cyan = 0, Magento = 0.90, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 18 0 -
CMYK 0 0.90 1 0.31
HSL 6.17º 1% 0.34% -
HSV(B) 6.17º 1% 0.69% -
XYZ 17.9 9.55 0.9 -
YUV 62.89 92.51 207.96 -
System Red Green Blue C M Y K H S L
Decimal 175 18 0 0 0.90 1 0.31 6.17 1 0.34
Hex AF 12 0 0 5A 64 1F 6 64 22
Octal 257 22 0 0 132 144 37 6 144 42
Binary 10101111 10010 0 0 1011010 1100100 11111 110 1100100 100010

Color Harmonies of #AF1200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1200

Black with #AF1200

Text Example


Text Example

White with #AF1200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1200; }

 p { color: rgb(175,18,0); }

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

background-color css

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

 a { background-color: rgb(175,18,0); }

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

border-color css

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

 span { border-color: rgb(175,18,0); }

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