Html Css Color HEX #CF0701 Free Speech Red

📋 copy color: '#CF0701'

red 207 ◦ green 7 ◦ blue 1

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

Shades of Free Speech Red #CF0701

Tints of Free Speech Red #CF0701

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.26%

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

R = 96.28%
G = 3.26%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CF0701 (or 0xCF0701) is known color: Free Speech Red. HEX triplet: CF, 07 and 01. RGB value is (207,7,1). Sum of RGB (Red+Green+Blue) = 207+7+1=215 (28% of max value = 765). Red value is 207 (81.25% from 255 or 96.28% from 215); Green value is 7 (3.12% from 255 or 3.26% from 215); Blue value is 1 (0.78% from 255 or 0.47% from 215); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0701 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0701 is #30F8FE. Grayscale: #424242. Windows color (decimal): -3209471 or 67535. OLE color: 67535.

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

Color convert

RGB 207 7 1 -
CMYK 0 0.97 1.00 0.19
HSL 1.75º 0.99% 0.41% -
HSV(B) 1.75º 1% 0.81% -
XYZ 25.81 13.42 1.26 -
YUV 66.12 91.26 228.49 -
System Red Green Blue C M Y K H S L
Decimal 207 7 1 0 0.97 1.00 0.19 1.75 0.99 0.41
Hex CF 7 1 0 61 64 13 2 63 29
Octal 317 7 1 0 141 144 23 2 143 51
Binary 11001111 111 1 0 1100001 1100100 10011 10 1100011 101001

Color Harmonies of #CF0701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0701

Black with #CF0701

Text Example


Text Example

White with #CF0701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0701; }

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

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

background-color css

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

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

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

border-color css

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

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

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