Html Css Color HEX #AF0702 Free Speech Red

📋 copy color: '#AF0702'

red 175 ◦ green 7 ◦ blue 2

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

Shades of Free Speech Red #AF0702

Tints of Free Speech Red #AF0702

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.8%

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

R = 95.11%
G = 3.8%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AF0702 (or 0xAF0702) is known color: Free Speech Red. HEX triplet: AF, 07 and 02. RGB value is (175,7,2). Sum of RGB (Red+Green+Blue) = 175+7+2=184 (24% of max value = 765). Red value is 175 (68.75% from 255 or 95.11% from 184); Green value is 7 (3.12% from 255 or 3.80% from 184); Blue value is 2 (1.17% from 255 or 1.09% from 184); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0702 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0702 is #50F8FD. Grayscale: #383838. Windows color (decimal): -5306622 or 133039. OLE color: 133039.

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

Color convert

RGB 175 7 2 -
CMYK 0 0.96 0.99 0.31
HSL 1.73º 0.98% 0.35% -
HSV(B) 1.73º 0.99% 0.69% -
XYZ 17.77 9.27 0.91 -
YUV 56.66 97.16 212.41 -
System Red Green Blue C M Y K H S L
Decimal 175 7 2 0 0.96 0.99 0.31 1.73 0.98 0.35
Hex AF 7 2 0 60 63 1F 2 62 23
Octal 257 7 2 0 140 143 37 2 142 43
Binary 10101111 111 10 0 1100000 1100011 11111 10 1100010 100011

Color Harmonies of #AF0702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0702

Black with #AF0702

Text Example


Text Example

White with #AF0702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0702; }

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

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

background-color css

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

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

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

border-color css

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

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

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