Html Css Color HEX #AF0703 Free Speech Red

📋 copy color: '#AF0703'

red 175 ◦ green 7 ◦ blue 3

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

Shades of Free Speech Red #AF0703

Tints of Free Speech Red #AF0703

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.62%

R = 94.59%
G = 3.78%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#AF0703 (or 0xAF0703) is known color: Free Speech Red. HEX triplet: AF, 07 and 03. RGB value is (175,7,3). Sum of RGB (Red+Green+Blue) = 175+7+3=185 (24% of max value = 765). Red value is 175 (68.75% from 255 or 94.59% from 185); Green value is 7 (3.12% from 255 or 3.78% from 185); Blue value is 3 (1.56% from 255 or 1.62% from 185); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0703 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0703 is #50F8FC. Grayscale: #383838. Windows color (decimal): -5306621 or 198575. OLE color: 198575.

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

Color convert

RGB 175 7 3 -
CMYK 0 0.96 0.98 0.31
HSL 1.4º 0.97% 0.35% -
HSV(B) 1.4º 0.98% 0.69% -
XYZ 17.77 9.27 0.94 -
YUV 56.78 97.66 212.33 -
System Red Green Blue C M Y K H S L
Decimal 175 7 3 0 0.96 0.98 0.31 1.4 0.97 0.35
Hex AF 7 3 0 60 62 1F 1 61 23
Octal 257 7 3 0 140 142 37 1 141 43
Binary 10101111 111 11 0 1100000 1100010 11111 1 1100001 100011

Color Harmonies of #AF0703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0703

Black with #AF0703

Text Example


Text Example

White with #AF0703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0703; }

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

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

background-color css

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

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

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

border-color css

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

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

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