Html Css Color HEX #AF0403 Free Speech Red

📋 copy color: '#AF0403'

red 175 ◦ green 4 ◦ blue 3

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

Shades of Free Speech Red #AF0403

Tints of Free Speech Red #AF0403

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.2%

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

R = 96.15%
G = 2.2%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#AF0403 (or 0xAF0403) is known color: Free Speech Red. HEX triplet: AF, 04 and 03. RGB value is (175,4,3). Sum of RGB (Red+Green+Blue) = 175+4+3=182 (24% of max value = 765). Red value is 175 (68.75% from 255 or 96.15% from 182); Green value is 4 (1.95% from 255 or 2.20% from 182); Blue value is 3 (1.56% from 255 or 1.65% from 182); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0403 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0403 is #50FBFC. Grayscale: #373737. Windows color (decimal): -5307389 or 197807. OLE color: 197807.

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

Color convert

RGB 175 4 3 -
CMYK 0 0.98 0.98 0.31
HSL 0.35º 0.97% 0.35% -
HSV(B) 0.35º 0.98% 0.69% -
XYZ 17.74 9.21 0.93 -
YUV 55.02 98.65 213.58 -
System Red Green Blue C M Y K H S L
Decimal 175 4 3 0 0.98 0.98 0.31 0.35 0.97 0.35
Hex AF 4 3 0 62 62 1F 0 61 23
Octal 257 4 3 0 142 142 37 0 141 43
Binary 10101111 100 11 0 1100010 1100010 11111 0 1100001 100011

Color Harmonies of #AF0403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0403

Black with #AF0403

Text Example


Text Example

White with #AF0403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0403; }

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

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

background-color css

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

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

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

border-color css

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

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

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