#CF1500

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

Shades of Free Speech Red #CF1500

Tints of Free Speech Red #CF1500

Color information

#CF1500 (or 0xCF1500) is unknown color: approx Free Speech Red. HEX triplet: CF, 15 and 00. RGB value is (207,21,0). Sum of RGB (Red+Green+Blue) = 207+21+0=228 (30% of max value = 765). Red value is 207 (81.25% from 255 or 90.79% from 228); Green value is 21 (8.59% from 255 or 9.21% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1500 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF1500 is #30EAFF. Grayscale: #4A4A4A. Windows color (decimal): -3205888 or 5583. OLE color: 5583.

HSL color Cylindrical-coordinate representation of color #CF1500: hue angle of 6.09º 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 #CF1500 is Cyan = 0, Magento = 0.90, Yellow = 1 and Black (K on CMYK) = 0.19.

Color convert

RGB207210-
CMYK00.9010.19
HSL6.09º100%40.59%-
HSV(B)6.09º100%81.18%-
XYZ2613.81.29-
YUV74.2286.12222.71-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 90.79%
GREEN value IS 21 (8.59% from 255) = 9.21%
BLUE value IS 0 (0.39% from 255) = 0%
R=90.79%
G=9.21%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 1
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20721000.9010.196.0910040.59
HexCF15005A641366429
Octal317250013214423614451
Binary11001111101010010110101100100100111101100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF1500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF1500; }

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

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

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

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

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

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

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

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