Html Css Color HEX #AF1002 Free Speech Red

📋 copy color: '#AF1002'

red 175 ◦ green 16 ◦ blue 2

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

Shades of Free Speech Red #AF1002

Tints of Free Speech Red #AF1002

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.29%

 BLUE value IS 2 (1.17% from 255) = 1.04%

R = 90.67%
G = 8.29%
B = 1.04%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AF1002 (or 0xAF1002) is known color: Free Speech Red. HEX triplet: AF, 10 and 02. RGB value is (175,16,2). Sum of RGB (Red+Green+Blue) = 175+16+2=193 (25% of max value = 765). Red value is 175 (68.75% from 255 or 90.67% from 193); Green value is 16 (6.64% from 255 or 8.29% from 193); Blue value is 2 (1.17% from 255 or 1.04% from 193); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1002 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1002 is #50EFFD. Grayscale: #3E3E3E. Windows color (decimal): -5304318 or 135343. OLE color: 135343.

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

Color convert

RGB 175 16 2 -
CMYK 0 0.91 0.99 0.31
HSL 4.86º 0.98% 0.35% -
HSV(B) 4.86º 0.99% 0.69% -
XYZ 17.88 9.49 0.95 -
YUV 61.95 94.18 208.64 -
System Red Green Blue C M Y K H S L
Decimal 175 16 2 0 0.91 0.99 0.31 4.86 0.98 0.35
Hex AF 10 2 0 5B 63 1F 5 62 23
Octal 257 20 2 0 133 143 37 5 142 43
Binary 10101111 10000 10 0 1011011 1100011 11111 101 1100010 100011

Color Harmonies of #AF1002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1002

Black with #AF1002

Text Example


Text Example

White with #AF1002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1002; }

 p { color: rgb(175,16,2); }

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

background-color css

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

 a { background-color: rgb(175,16,2); }

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

border-color css

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

 span { border-color: rgb(175,16,2); }

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