Html Css Color HEX #CF0E01 Free Speech Red

📋 copy color: '#CF0E01'

red 207 ◦ green 14 ◦ blue 1

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

Shades of Free Speech Red #CF0E01

Tints of Free Speech Red #CF0E01

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.31%

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

R = 93.24%
G = 6.31%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CF0E01 (or 0xCF0E01) is known color: Free Speech Red. HEX triplet: CF, 0E and 01. RGB value is (207,14,1). Sum of RGB (Red+Green+Blue) = 207+14+1=222 (29% of max value = 765). Red value is 207 (81.25% from 255 or 93.24% from 222); Green value is 14 (5.86% from 255 or 6.31% from 222); Blue value is 1 (0.78% from 255 or 0.45% from 222); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0E01 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0E01 is #30F1FE. Grayscale: #464646. Windows color (decimal): -3207679 or 69327. OLE color: 69327.

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

Color convert

RGB 207 14 1 -
CMYK 0 0.93 1.00 0.19
HSL 3.79º 0.99% 0.41% -
HSV(B) 3.79º 1% 0.81% -
XYZ 25.89 13.58 1.29 -
YUV 70.23 88.94 225.56 -
System Red Green Blue C M Y K H S L
Decimal 207 14 1 0 0.93 1.00 0.19 3.79 0.99 0.41
Hex CF E 1 0 5D 64 13 4 63 29
Octal 317 16 1 0 135 144 23 4 143 51
Binary 11001111 1110 1 0 1011101 1100100 10011 100 1100011 101001

Color Harmonies of #CF0E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0E01

Black with #CF0E01

Text Example


Text Example

White with #CF0E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0E01; }

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

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

background-color css

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

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

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

border-color css

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

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

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