Html Css Color HEX #CF1311 Free Speech Red

📋 copy color: '#CF1311'

red 207 ◦ green 19 ◦ blue 17

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

Shades of Free Speech Red #CF1311

Tints of Free Speech Red #CF1311

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.82%

 BLUE value IS 17 (7.03% from 255) = 7%

R = 85.19%
G = 7.82%
B = 7%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CF1311 (or 0xCF1311) is known color: Free Speech Red. HEX triplet: CF, 13 and 11. RGB value is (207,19,17). Sum of RGB (Red+Green+Blue) = 207+19+17=243 (32% of max value = 765). Red value is 207 (81.25% from 255 or 85.19% from 243); Green value is 19 (7.81% from 255 or 7.82% from 243); Blue value is 17 (7.03% from 255 or 7.00% from 243); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1311 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF1311 is #30ECEE. Grayscale: #4B4B4B. Windows color (decimal): -3206383 or 1119183. OLE color: 1119183.

HSL color Cylindrical-coordinate representation of color #CF1311: hue angle of 0.63º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF1311 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 19 17 -
CMYK 0 0.91 0.92 0.19
HSL 0.63º 0.85% 0.44% -
HSV(B) 0.63º 0.92% 0.81% -
XYZ 26.07 13.77 1.81 -
YUV 74.98 95.28 222.16 -
System Red Green Blue C M Y K H S L
Decimal 207 19 17 0 0.91 0.92 0.19 0.63 0.85 0.44
Hex CF 13 11 0 5B 5C 13 1 55 2C
Octal 317 23 21 0 133 134 23 1 125 54
Binary 11001111 10011 10001 0 1011011 1011100 10011 1 1010101 101100

Color Harmonies of #CF1311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1311

Black with #CF1311

Text Example


Text Example

White with #CF1311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1311; }

 p { color: rgb(207,19,17); }

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

background-color css

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

 a { background-color: rgb(207,19,17); }

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

border-color css

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

 span { border-color: rgb(207,19,17); }

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