Html Css Color HEX #AF0E04 Free Speech Red

📋 copy color: '#AF0E04'

red 175 ◦ green 14 ◦ blue 4

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

Shades of Free Speech Red #AF0E04

Tints of Free Speech Red #AF0E04

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.25%

 BLUE value IS 4 (1.95% from 255) = 2.07%

R = 90.67%
G = 7.25%
B = 2.07%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#AF0E04 (or 0xAF0E04) is known color: Free Speech Red. HEX triplet: AF, 0E and 04. RGB value is (175,14,4). Sum of RGB (Red+Green+Blue) = 175+14+4=193 (25% of max value = 765). Red value is 175 (68.75% from 255 or 90.67% from 193); Green value is 14 (5.86% from 255 or 7.25% from 193); Blue value is 4 (1.95% from 255 or 2.07% from 193); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0E04 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0E04 is #50F1FB. Grayscale: #3D3D3D. Windows color (decimal): -5304828 or 265903. OLE color: 265903.

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

Color convert

RGB 175 14 4 -
CMYK 0 0.92 0.98 0.31
HSL 3.51º 0.96% 0.35% -
HSV(B) 3.51º 0.98% 0.69% -
XYZ 17.86 9.44 1 -
YUV 61 95.84 209.31 -
System Red Green Blue C M Y K H S L
Decimal 175 14 4 0 0.92 0.98 0.31 3.51 0.96 0.35
Hex AF E 4 0 5C 62 1F 4 60 23
Octal 257 16 4 0 134 142 37 4 140 43
Binary 10101111 1110 100 0 1011100 1100010 11111 100 1100000 100011

Color Harmonies of #AF0E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0E04

Black with #AF0E04

Text Example


Text Example

White with #AF0E04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0E04; }

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

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

background-color css

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

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

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

border-color css

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

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

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