Html Css Color HEX #AF0502 Free Speech Red

📋 copy color: '#AF0502'

red 175 ◦ green 5 ◦ blue 2

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

Shades of Free Speech Red #AF0502

Tints of Free Speech Red #AF0502

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.75%

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

R = 96.15%
G = 2.75%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AF0502 (or 0xAF0502) is known color: Free Speech Red. HEX triplet: AF, 05 and 02. RGB value is (175,5,2). Sum of RGB (Red+Green+Blue) = 175+5+2=182 (24% of max value = 765). Red value is 175 (68.75% from 255 or 96.15% from 182); Green value is 5 (2.34% from 255 or 2.75% from 182); Blue value is 2 (1.17% from 255 or 1.10% from 182); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0502 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0502 is #50FAFD. Grayscale: #373737. Windows color (decimal): -5307134 or 132527. OLE color: 132527.

HSL color Cylindrical-coordinate representation of color #AF0502: hue angle of 1.04º 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 #AF0502 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 5 2 -
CMYK 0 0.97 0.99 0.31
HSL 1.04º 0.98% 0.35% -
HSV(B) 1.04º 0.99% 0.69% -
XYZ 17.74 9.23 0.9 -
YUV 55.49 97.82 213.24 -
System Red Green Blue C M Y K H S L
Decimal 175 5 2 0 0.97 0.99 0.31 1.04 0.98 0.35
Hex AF 5 2 0 61 63 1F 1 62 23
Octal 257 5 2 0 141 143 37 1 142 43
Binary 10101111 101 10 0 1100001 1100011 11111 1 1100010 100011

Color Harmonies of #AF0502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0502

Black with #AF0502

Text Example


Text Example

White with #AF0502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0502; }

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

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

background-color css

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

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

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

border-color css

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

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

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