Html Css Color HEX #CF1001 Free Speech Red

📋 copy color: '#CF1001'

red 207 ◦ green 16 ◦ blue 1

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

Shades of Free Speech Red #CF1001

Tints of Free Speech Red #CF1001

RGB

 RED value IS 207 (81.25% from 255) = 92.41%

 GREEN value IS 16 (6.64% from 255) = 7.14%

 BLUE value IS 1 (0.78% from 255) = 0.45%

R = 92.41%
G = 7.14%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CF1001 (or 0xCF1001) is known color: Free Speech Red. HEX triplet: CF, 10 and 01. RGB value is (207,16,1). Sum of RGB (Red+Green+Blue) = 207+16+1=224 (29% of max value = 765). Red value is 207 (81.25% from 255 or 92.41% from 224); Green value is 16 (6.64% from 255 or 7.14% from 224); Blue value is 1 (0.78% from 255 or 0.45% from 224); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1001 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF1001 is #30EFFE. Grayscale: #474747. Windows color (decimal): -3207167 or 69839. OLE color: 69839.

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

Color convert

RGB 207 16 1 -
CMYK 0 0.92 1.00 0.19
HSL 4.37º 0.99% 0.41% -
HSV(B) 4.37º 1% 0.81% -
XYZ 25.92 13.64 1.29 -
YUV 71.4 88.28 224.72 -
System Red Green Blue C M Y K H S L
Decimal 207 16 1 0 0.92 1.00 0.19 4.37 0.99 0.41
Hex CF 10 1 0 5C 64 13 4 63 29
Octal 317 20 1 0 134 144 23 4 143 51
Binary 11001111 10000 1 0 1011100 1100100 10011 100 1100011 101001

Color Harmonies of #CF1001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1001

Black with #CF1001

Text Example


Text Example

White with #CF1001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1001; }

 p { color: rgb(207,16,1); }

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

background-color css

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

 a { background-color: rgb(207,16,1); }

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

border-color css

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

 span { border-color: rgb(207,16,1); }

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