#cf0600

Color #CF0600 Free Speech Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Red #CF0600

Tints of Free Speech Red #CF0600

Color information

#CF0600 (or 0xCF0600) is unknown color: approx Free Speech Red. HEX triplet: CF, 06 and 00. RGB value is (207,6,0). Sum of RGB (Red+Green+Blue) = 207+6+0=213 (28% of max value = 765). Red value is 207 (81.25% from 255 or 97.18% from 213); Green value is 6 (2.73% from 255 or 2.82% from 213); Blue value is 0 (0.39% from 255 or 0% from 213); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0600 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0600 is #30F9FF. Grayscale: #414141. Windows color (decimal): -3209728 or 1743. OLE color: 1743.

HSL color Cylindrical-coordinate representation of color #CF0600: hue angle of 1.74º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF0600 is Cyan = 0, Magento = 0.97, Yellow = 1 and Black (K on CMYK) = 0.19.

Color convert

RGB20760-
CMYK00.9710.19
HSL1.74º100%40.59%-
HSV(B)1.74º100%81.18%-
XYZ25.813.41.23-
YUV65.4291.09228.99-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 97.18%
GREEN value IS 6 (2.73% from 255) = 2.82%
BLUE value IS 0 (0.39% from 255) = 0%
R=97.18%
G=2.82%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 1
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2076000.9710.191.7410040.59
HexCF60061641326429
Octal31760014114423214451
Binary11001111110001100001110010010011101100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf0600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf0600; }

 p { color: rgb(207,6,0); }

 H1.HeaderClassName
 {
   color: #cf0600;
 }
 .AnyTagClassName
 {
   color: #cf0600;
 }
</style>
background-color css

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

 a { background-color: rgb(207,6,0); }

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

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

 span { border-color: rgb(207,6,0); }

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