Html Css Color HEX #AF0D04 Free Speech Red

📋 copy color: '#AF0D04'

red 175 ◦ green 13 ◦ blue 4

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

Shades of Free Speech Red #AF0D04

Tints of Free Speech Red #AF0D04

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.77%

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

R = 91.15%
G = 6.77%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#AF0D04 (or 0xAF0D04) is known color: Free Speech Red. HEX triplet: AF, 0D and 04. RGB value is (175,13,4). Sum of RGB (Red+Green+Blue) = 175+13+4=192 (25% of max value = 765). Red value is 175 (68.75% from 255 or 91.15% from 192); Green value is 13 (5.47% from 255 or 6.77% from 192); Blue value is 4 (1.95% from 255 or 2.08% from 192); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0D04 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0D04 is #50F2FB. Grayscale: #3C3C3C. Windows color (decimal): -5305084 or 265647. OLE color: 265647.

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

Color convert

RGB 175 13 4 -
CMYK 0 0.93 0.98 0.31
HSL 3.16º 0.96% 0.35% -
HSV(B) 3.16º 0.98% 0.69% -
XYZ 17.85 9.41 0.99 -
YUV 60.41 96.17 209.73 -
System Red Green Blue C M Y K H S L
Decimal 175 13 4 0 0.93 0.98 0.31 3.16 0.96 0.35
Hex AF D 4 0 5D 62 1F 3 60 23
Octal 257 15 4 0 135 142 37 3 140 43
Binary 10101111 1101 100 0 1011101 1100010 11111 11 1100000 100011

Color Harmonies of #AF0D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0D04

Black with #AF0D04

Text Example


Text Example

White with #AF0D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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