Html Css Color HEX #CF1514 Free Speech Red

📋 copy color: '#CF1514'

red 207 ◦ green 21 ◦ blue 20

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

Shades of Free Speech Red #CF1514

Tints of Free Speech Red #CF1514

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.47%

 BLUE value IS 20 (8.2% from 255) = 8.06%

R = 83.47%
G = 8.47%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CF1514 (or 0xCF1514) is known color: Free Speech Red. HEX triplet: CF, 15 and 14. RGB value is (207,21,20). Sum of RGB (Red+Green+Blue) = 207+21+20=248 (32% of max value = 765). Red value is 207 (81.25% from 255 or 83.47% from 248); Green value is 21 (8.59% from 255 or 8.47% from 248); Blue value is 20 (8.20% from 255 or 8.06% from 248); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1514 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF1514 is #30EAEB. Grayscale: #4C4C4C. Windows color (decimal): -3205868 or 1316303. OLE color: 1316303.

HSL color Cylindrical-coordinate representation of color #CF1514: hue angle of 0.32º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF1514 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 21 20 -
CMYK 0 0.90 0.90 0.19
HSL 0.32º 0.82% 0.45% -
HSV(B) 0.32º 0.9% 0.81% -
XYZ 26.13 13.85 1.96 -
YUV 76.5 96.12 221.08 -
System Red Green Blue C M Y K H S L
Decimal 207 21 20 0 0.90 0.90 0.19 0.32 0.82 0.45
Hex CF 15 14 0 5A 5A 13 0 52 2D
Octal 317 25 24 0 132 132 23 0 122 55
Binary 11001111 10101 10100 0 1011010 1011010 10011 0 1010010 101101

Color Harmonies of #CF1514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1514

Black with #CF1514

Text Example


Text Example

White with #CF1514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1514; }

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

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

background-color css

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

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

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

border-color css

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

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

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